open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
537 stars 1.19k forks source link

Kubernetes deployment #2817

Open fabric73 opened 1 year ago

fabric73 commented 1 year ago

In the section "Bring your own backend", the provided opentelemetry-collector configuration didn't work for me. The opentelemetry-collector pod failed because service/pipelines/traces/exporters was missing spanmetrics. I used the service configuration below and it worked.

service: pipelines: traces: processors: [memory_limiter, batch] exporters: [otlp, logging, spanmetrics, otlphttp/example]

svrnm commented 1 year ago

@fabric73 feel free to raise a PR to fix this issue

svrnm commented 1 year ago

@open-telemetry/demo-approvers PTAL