quickwit-oss / quickwit

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
https://quickwit.io
Other
8.32k stars 339 forks source link

using quickwit-searcher as jaeger datasource with grafana, duration field parse incorrectly #5511

Closed erikwoo closed 1 month ago

erikwoo commented 1 month ago

Describe the bug I have config a jaeger datasouce, so that I can query tracings in grafana. with configuration as below:

{
            access: 'proxy',
            editable: false,
            isDefault: false,
            uid: 'jaeger',
            name: 'jaeger',
            type: 'jaeger',
            basicAuth: false,
            url: 'http://quickwit-searcher:7280/api/v1/otel-traces-v0_7/jaeger',
          }

then query in ui with max duration 1500ms

image

the searcher logs

image

seems the duration is 1000 times bigger