-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to scrap metrics from multiple oracle instance #478
Comments
I haven't been paying attention to this project for a long time because I no longer work with Oracle or even Prometheus for that matter. I only built this to solve a particular problem I was having years ago. If someone wants to become a maintainer, I can transfer the repo or provide merge access. Regarding multiple databases, why not just run multiple instances of this exporter? It's light enough that you can throw a dozen instances on a host pretty easily. A docker compose file can easily provision N number of instances each on a different port. I believe this is the standard way to handle Prometheus exporters against multiple hosts. |
currently we are running multiple instances with comes with additional run cost, current utilization while scrapping is very less so i was asking if we have capability to scrap multiple instances of db from single instance would be great like how outcold solutions can scrap N no of instances at a time: https://www.outcoldsolutions.com/docs/monitoring-openshift/v5/prometheus/ |
Oh, that's a pity. I hope someone will be interested in taking ownership of this project. Running multiple instances of the exporter is not always possible/feasible (various reasons: port restrictions, deployment pipelines etc). So having this feature in the exporter can actually be really helpful. |
I'm submitting a feature request
How i can configure multiple database to scrap metrics, e..g i have db host 1, db host2 how i can monitor using single host.
The text was updated successfully, but these errors were encountered: