Replies: 3 comments 1 reply
-
|
Hi @tronda, The metrics are reported at the app domain, pool, and DB instance levels, which is the reason why you see these three entries. Having multiple levels can be helpful if you are using a RAC DB or other multi-instance setup. This is the same model ODP.NET uses with Windows performance counters. Windows Performance Monitor users can select the "metric" they want to monitor. They can filter out one or more of these ODP.NET counters. Can you filter for one of the ODP.NET metrics strings? For example, only show entries with "[mydb]" in the filter. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the suggestion @tronda! Let me share it with my dev team. |
Beta Was this translation helpful? Give feedback.
-
|
I have filed ER 38706806 to track this request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an ASP.NET Core service which sends metrics to an OpenTelemetry Collector which again exports those metrics to Prometheus. With this setup we see that the service is reporting the same metrics values three times where the only difference is the content of the instance label:
The challenge is when we create a dashboard and the content of the
Instanceis the only thing that separate those metrics, it is a bit challenging to create a good dashboard since we really is only interested in one of this metrics.Is it possible to change the behavior so that only one metric will be reported? If this is not possible, should there be a label/tag in the metric which can be used to filter out the one metric that we care about without doing text content check?
Beta Was this translation helpful? Give feedback.
All reactions