The filter processor is included in the Core, Contrib, and Kubernetes distributions of the Collector.
Filter Conditions
You can use the OpenTelemetry Transformation Language (OTTL) to create filtering conditions for different types of telemetry. If any condition is met, the telemetry is dropped. If there are multiple conditions, each condition is ORed together.Honeycomb currently translates all fields with the
instrumentation_scope.name field into library.name.
To filter based on the value of an instrumentation scope, use instrumentation_scope.name instead of library.name.Get Started
To use the filter processor, add thefilter component as a processor in your OTel Collector configuration file: