OpenTelemetry tracing for query service
Back to Changelog
We instrumented the analytics query service with OpenTelemetry so request paths can be traced end-to-end.
- OpenTelemetry SDK and exporter wiring added to the Data query service.
- Each API request emits a span hierarchy covering authentication, query construction, query execution against the analytics store, and response serialization.
- Slow-query investigations now have full trace context instead of needing manual log correlation.