-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: NoData for Latency and ErrorRate in Monitoring tab with Jaeger 1.46 and Opentelemetry SpanMetrics Connector #4502
Comments
Closing this issue & leaving the comment if someone else stumbles on the same |
Which docs are you referring to, the README in the repo or the website? Re-opening to track a need to update the docs. |
Thanks! Added to both places. |
Anyone can confirm that the Jaeger 1.46 works well with the tutorial https://github.com/jaegertracing/jaeger/blob/main/docker-compose/monitor/README.md#migrating ? |
It works well for me, but I was not migrating from OTEL SpanMetrics Processor config, I went straight into SpanMetrics Connector. Configuration was pretty simple except for the missing flag |
@Tyrion85 thanks for your feedback |
What happened?
This issue added support for SpanMetrics connector (since SpanMetrics Processor is deprecated)
However, I'm not seeing latency and error rate in Jaeger's
Monitoring
tab - only Request rate is populated, and a "No data yet!" notification is displayed in UI.Relevant metrics are written to Prometheus by OpenTelemetry Collector, as shown in the screenshots below. Jaeger metrics
jaeger_query_requests_total{operation="get_latencies",result="ok"}
and similar suggest everything is okay. There is also no error visible in Query logs.Jaeger version 1.46.0, installed via helm chart (not a all-in-one)
Steps to reproduce
Expected behavior
Expected Latency and Error Rate to work, as related metrics are available in Prometheus
Relevant log output
No response
Screenshot
Additional context
Relevant OpenTelemetry Collector configuration:
Relevant Jaeger config (helm chart):
Jaeger backend version
v1.46.0
SDK
No response
Pipeline
No response
Stogage backend
GRPC_STORAGE_SERVER (Quickwit)
Operating system
No response
Deployment model
Kubernetes, helm chart
Deployment configs
No response
The text was updated successfully, but these errors were encountered: