Describe the bug
Discussed under open-telemetry/opentelemetry-go#875, we have evidence that OTLP metrics data are being transformed incorrectly, such that the Prometheus exporter will:
- report Counter data as "gauge"
- drop Summary data (which the OTel-Go SDK is exporting for ValueRecorder, ValueObsever)
Steps to reproduce
The steps are described in open-telemetry/opentelemetry-go#875.
What did you expect to see?
Counter data should report as counter, ValueRecorder data should report as gauge.
What did you see instead?
Counters are labeled gauges, and no gauges appear.
What version did you use?
0.4
What config did you use?
This is also linked in open-telemetry/opentelemetry-go#875
Environment
Dockerized alpine
Additional context
I will self-assign this. I am working on it, just want it recorder here that Prometheus exporter is not functional with OTLP data due to a translation problem that I am investigating.
Describe the bug
Discussed under open-telemetry/opentelemetry-go#875, we have evidence that OTLP metrics data are being transformed incorrectly, such that the Prometheus exporter will:
Steps to reproduce
The steps are described in open-telemetry/opentelemetry-go#875.
What did you expect to see?
Counter data should report as counter, ValueRecorder data should report as gauge.
What did you see instead?
Counters are labeled gauges, and no gauges appear.
What version did you use?
0.4
What config did you use?
This is also linked in open-telemetry/opentelemetry-go#875
Environment
Dockerized alpine
Additional context
I will self-assign this. I am working on it, just want it recorder here that Prometheus exporter is not functional with OTLP data due to a translation problem that I am investigating.