You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past only read queries to the query-service were logged. The span above is the write part, where Jaeger submits tracing spans back to itself. We never instrument the write path as that creates recursive trace collection. We need to exclude the write endpoints from being traced by OTEL instrumentation.
## Which problem is this PR solving?
- Resolves#4657
## Description of the changes
- use NoOp tracer provider in the OTLP receiver configuration
## How was this change tested?
- ran the UI, reloaded page many times, this endpoint no longer shows up
Signed-off-by: Yuri Shkuro <[email protected]>
What happened?
Steps to reproduce
Expected behavior
In the past only read queries to the query-service were logged. The span above is the write part, where Jaeger submits tracing spans back to itself. We never instrument the write path as that creates recursive trace collection. We need to exclude the write endpoints from being traced by OTEL instrumentation.
cc @afzal442
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: