Oracle UCP 11 metrics not emitted on Prometheus exporter #12038
Unanswered
sirish-bajpai
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hopefully fixed with #12052 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I have a really simple Java application using Oracle UCP11 as connection pool and JDBC datasource, running on Azure AKS Kubernetes.
Oracle Jdbc and Ucp library versions are:
Using otel java agent ver 1.33.5 with metrics exporter set to Prometheus.
But neither Jdbc or Ucp pool metrics are showing up on the scrape page.
I have tried setting following flags, but nothing seems to make a difference:
Here is the output of scrape:
Do I need to setup something more for db metrics to get emitted on prometheus ?
Beta Was this translation helpful? Give feedback.
All reactions