Manage processors through API
Configure OpenTelemetry Collector Processors under all host settings to modify pipeline behavior.
- Log in to Cloudera Manager
- Navigate to Hosts > Hosts Configuration tab
-
In the search bar, search for the OpenTelemetry Collector Processors
(otelcol_processors)
-
Under ALL Host, append the configuration block in YAML
format for your new processor, and attach it to the respective pipeline in the
service
Add a new line at the end when you add a new processor.
Processor YAML example:
attributes/test_marker: actions: - key: environment value: testing action: insert - Click Save Changes
