Side-by-side metrics collection with Prometheus and OTel #4135
Unanswered
andreminelli
asked this question in
Q&A
Replies: 1 comment
-
I just discovered that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a guide (or tip) on how to allow that (legacy) Prometheus metrics and (new) OTel metrics could be 'merged' in a single Prometheus-format output? This would allow a much simpler migration path, until all legacy Prometheus instrumentation could be changed to OTel API.
Prometheus library has a public method that exports its data to an arbitrary Stream, but OTel doesn't have such support (
PrometheusExporter
class is internal at this time).Beta Was this translation helpful? Give feedback.
All reactions