Closed knayakar closed 2 years ago
@jpkrohling can you please check above?
I use container JMeter for performance test. In k8s, I use otel collector to send it to Jaeger and also find this problem: "invalid parent span IDS = 716ef42737eac829; skipping clock skew adjustment"
The issue for me turned out to be with the sampler routing configuration, I changed my pipeline as just below, instead of three pipelines which fixed the issue:
service:
extensions: [health_check, memory_ballast]
pipelines:
traces/other:
receivers: [otlp]
processors: [memory_limiter, tail_sampling, routing]
exporters: [jaeger/other, jaeger/appx, jaeger/appy]
Given your last comment, I'm closing this, but feel free to reopen if it there's something to be done here.
Hi Team,
While making use of routingprocessor, I am facing an issue where i observe the traces from otel-sampler are being routed to all the backend collectors. The routing rule i have set is based on service.name , can you let me know if I am missing something here? Updating configuration in thread.
Steps to reproduce: routing rule i used in my configmap:
What did you expect to see? Traces to be sent to only specified jaeger backend as per routing policy.
What did you see instead? Traces are being sent to all backend and UI observing a warning message "duplicate span IDs; skipping clock skew adjustment" under duplicate spans.
What version did you use? Jaeger Version: v1.31.0 Jaeger UI v1.20.1