Manage processors through API

Configure OpenTelemetry Collector Processors under all host settings to modify pipeline behavior.

  1. Log in to Cloudera Manager
  2. Navigate to Hosts > Hosts Configuration tab
  3. In the search bar, search for the OpenTelemetry Collector Processors (otelcol_processors)
  4. 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
  5. Click Save Changes