diff --git a/otel/otel-collector.yaml b/otel/otel-collector.yaml index cc29efe..13d05dc 100644 --- a/otel/otel-collector.yaml +++ b/otel/otel-collector.yaml @@ -16,6 +16,11 @@ exporters: prometheus: endpoint: 0.0.0.0:8889 + otlp/tempo: + endpoint: tempo:4317 + tls: + insecure: true + service: telemetry: metrics: @@ -31,3 +36,8 @@ service: receivers: [otlp] processors: [batch] exporters: [prometheus] + + traces: + receivers: [otlp] + processors: [batch] + exporters: [otlp/tempo]