Tempo Trace Filter #2050
-
Hello!
OR
is there a way how we can reject such "Prometheus" traces with Tempo ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't know much about configuring Istio, but at Grafana we use Jaeger remote sampling to set per endpoint sampling. This is supported by Jaeger clients as well as some OTEL clients. Alternatively for single span traces like |
Beta Was this translation helpful? Give feedback.
I don't know much about configuring Istio, but at Grafana we use Jaeger remote sampling to set per endpoint sampling. This is supported by Jaeger clients as well as some OTEL clients.
Alternatively for single span traces like
/metrics
they would likely be easy to identify and drop using a processor in the otel collector. Something like: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/filterprocessor/README.md