Skip to content

Prometheus export from OTLP receiver not functional #1255

@jmacd

Description

@jmacd

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedGood issue for contributors to OpenTelemetry Service to pick uppriority:p2Medium

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions