oracle-db-appdev-monitoring icon indicating copy to clipboard operation
oracle-db-appdev-monitoring copied to clipboard

Oracle DB Exporter in Kubernetes: Handling HA and Duplicate Queries

Open ankitakhot92 opened this issue 1 month ago • 2 comments

I'm currently using Oracle DB Exporter to expose database metrics to Prometheus and visualize them in Grafana. I’d like to understand the best-practice approach for setting up High Availability (HA) for the exporter. Currently, I have deployed the Oracle DB Exporter as a Kubernetes Deployment. When I increase the number of replicas (say 3 replicas), each exporter replica independently runs the same SQL queries against the database, which effectively triples the query load. This behavior isn’t ideal, so I’m looking for a recommended solution to achieve HA without adding unnecessary load to the database.

ankitakhot92 avatar Oct 31 '25 05:10 ankitakhot92