receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 exporters: otlp: endpoint: "api.honeycomb.io:443" headers: "x-honeycomb-team": "${HONEYCOMB_API_KEY}" processors: batch: timeout: 5s service: pipelines: traces: receivers: [otlp] processors: [batch] exporters: [otlp]