Edge Delta OpenTelemetry protocol (OTLP) Input

OTLP ports and protocols.

Overview

This input type allows you to specify a set of ports and protocols for the agent to listen on for incoming traffic.


Example

  otlp:
    - labels: "my-otlp-traces,error"
      port: 8585
      data_type: "trace"

Parameters

labels

Required

Enter a descriptive name for this input.

When you create a workflow, you will use this label to enter your input into the workflow.

labels: "my-otlp-traces,error"

port

Required

Enter the port to connect to OTLP.

port: 8585

data_type

Required

Enter trace.

data_type: "trace"

filters

Optional

Enter an existing filter to add to this input.

To learn how to create a filter, see Filters.

filters: 
  - info 
  - not_trace 
  - mask_card 
  - mask_password