-
Notifications
You must be signed in to change notification settings - Fork 975
Define a Prometheus bridge #5030
Copy link
Copy link
Open
Labels
area:miscellaneousFor issues that don't match any other area labelFor issues that don't match any other area labelspec:miscellaneousFor issues that don't match any other spec labelFor issues that don't match any other spec label
Metadata
Metadata
Assignees
Labels
area:miscellaneousFor issues that don't match any other area labelFor issues that don't match any other area labelspec:miscellaneousFor issues that don't match any other spec labelFor issues that don't match any other spec label
What are you trying to achieve?
Similar to the OpenCensus metrics bridge, the Prometheus compatibility document should specify an optional Prometheus Registry -> OpenTelemetry MetricProducer bridge.
This allows applications instrumented with prometheus client libraries to be integrated into the OTel SDK and, for example, export OTLP. There is an implementation in Go: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/bridges/prometheus
Related: open-telemetry/opentelemetry-configuration#576
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.@open-telemetry/prometheus-interoperability @jack-berg