Replies: 1 comment
-
@leonardo-albertovich leonardo-albertovich Looks like the processor_attributes plugin is intended to work with ctraces. Please let us know if this can be used to filter and exclude traces from service.name: 'hello-app' from being exported? Can processor_attributes plugin be used as of today? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Please let me know if opentelemetry input trace entries that are stored with fluent-bit as ctrace records could be filtered using grep or other filter plugins. For example would it be possible to filter and exclude traces from service.name: 'hello-app'?
Sample opentelemetry trace output
|-------------------- RESOURCE SPAN --------------------|
resource:
- attributes:
- service.name: 'hello-app'
- dropped_attributes_count: 0
schema_url:
[scope_span]
instrumentation scope:
- name : go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
- version : 0.42.0
- dropped_attributes_count: 0
- attributes:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions