-
Hi. Is it possible to filter spans by attributes or tracers by names in java without using collector and its configuration for filtering data? (like here Filter processor) Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
I think this could be implemented with a custom exporter wrapper that could filter with whatever logic you wanted. Other than that, we don't have anything built-in like this right now. |
Beta Was this translation helpful? Give feedback.
-
This ought to be possible with a sampler but sadly isn't: open-telemetry/opentelemetry-specification#1588 |
Beta Was this translation helpful? Give feedback.
I think this could be implemented with a custom exporter wrapper that could filter with whatever logic you wanted. Other than that, we don't have anything built-in like this right now.