receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 processors: batch: timeout: 2s exporters: otlp/gateway: endpoint: otel-gateway:4317 tls: insecure: true service: pipelines: traces: receivers: [otlp] processors: [batch] exporters: [otlp/gateway]