-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
We are always in trouble when we need to filter or drop data coming from an application. We have implemented an OTEL Collector in gateway mode, specifically with 10 apps sending data. We want to completely exclude one application, but this only works well for traces and logs. Using the filter processor for metrics is not feasible as it also drops metrics that are common with other applications.
Describe the solution you'd like
A way to exclude all the data coming from a particular application. Maybe an option on the Otel Receiver could be useful.
Describe alternatives you've considered
Tell to the dev team to stop sending data to the collector. You can understand that it's not feasible if we need to drop data only for test purposes.
Additional context
No response