grafana / docker-otel-lgtm

OpenTelemetry backend in a Docker image
Apache License 2.0
327 stars 62 forks source link

Bump loki version to 3.0.0 #41

Closed arukiidou closed 6 months ago

arukiidou commented 6 months ago

migration

https://grafana.com/docs/loki/latest/setup/migrate/migrate-to-tsdb/

tests

curl -H 'Content-Type: application/json' -X POST -s 'http://localhost:3100/loki/api/v1/push' --data-raw '{
  "streams": [
    {
      "stream": {
        "ore": "are"
      },
      "values": [
          [ "1715133513448000111" , "this is log" ]
      ]
    }
  ]
}'

image