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.
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]