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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a service, that uses default prometheus v5.0.x metrics for dotnet application. An example is down below
Now i need to enrich these metrics with native dotnet metrics (lets say from Npgsql library)
After registering needed metrics/view and calling
the metrics from vanilla prometheus on /metrics endpoint are overridden with npgsql metrics
Is there any way or workaround to enrich prometheus metrics with OpenTelemetry metrics without mapping one of them to another endpoint?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions