You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume something is broken in v0.22 between prometheusexporter and spanmetricsprocessor. Also, I saw that prometheusexporter was reimplemented recently (#2393) while spanmetricsprocessor wasn’t. This made me think it might be a problem with prometheusexporter. Even more, in v0.21 both are working fine.
Steps to reproduce
Have a manually instrumented micro-service that export spans using Otlp Exporter to a custom build otel-collector v0.22.
Pass a trace through the instrumented micro-service to export the span to Collector.
At this step the span is displayed in collector logging exporter.
Describe the bug
Hi,
I assume something is broken in v0.22 between prometheusexporter and spanmetricsprocessor. Also, I saw that
prometheusexporter
was reimplemented recently (#2393) whilespanmetricsprocessor
wasn’t. This made me think it might be a problem withprometheusexporter
. Even more, in v0.21 both are working fine.Steps to reproduce
/metrics
endpoint (in my case http://localhost:8889/metrics)What did you expect to see?
Prometheus span metrics
What did you see instead?
Blank page in browser and ERRORs in collector's logs
What version did you use?
Version: 0.22
What config did you use?
Config:
Environment
OS: MacOS 10.13.6
Compiler: go1.15.7 darwin/amd64
Additional context
I've managed to do a "fix" by sanitising the key names here
What I'm not sure of is if they should have been already sanitised at this point by
spanmetricsprocessor
The text was updated successfully, but these errors were encountered: