-
Notifications
You must be signed in to change notification settings - Fork 24
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
Multiple database support #89
Comments
I'll increase the priority for that feature. I am planning to get another release out in the next couple of weeks. |
We would like to collect metrics from cdbs and pdbs, so that we can monitor our environment without using the Oracle Enterprise Manager for monitoring. |
Hi @markxnelson, one question considering Multiple database support. In what way will this be implemented in case I want to monitor CDB and the belonging PDB(s)? Are we going to have 2 entries in service?
Or you are going to handle this on a query level? For example, to support CDB and belonging PDB monitoring, I've created CDB queries which also gets the data from PDB. Example for session query:
|
I am still thinking it through. I think I would definitely want to allow people to run different sets of metrics on different databases. So I think I would want to separate the metrics defintion from the database/connection defintion. I guess I would need some kind of mapping or tagging. I am planning to allow metrics to be annotated to say whether they are applicable for cdb/pdb/adb or what combination of those. Maybe also for version of the DB? I am also planning to add the ability to run metrics at different time intervals, since some might be much more expensive to run, and you might not want to run them on every scrape. I am happy to take any suggestions :) |
sounds good! different time intervals could be so useful! |
Hi @lucian-vanghele, thanks for your input. We'd be happy to add that to our roadmap. If you have any more detail on exactly what you'd like to see, please let us know! |
On short DB_CONNECT_STRING should accept something like host1:1521,host2:1521/freepdb1; that could be useful in active-passive replication setups, when the secondary database is not available while replicating; scraper should automatically fall-back when needed. |
@markxnelson does the above make sense? |
Hi @lucian-vanghele , yep that make sense, hope to get this working in the next couple of weeks. |
Is there any update on this feature from the roadmap?
We have tested the exporter in our environment, but can't really start using it before we have support for multi-target.
Our environment consists of multiple cdbs and pdbs.
The text was updated successfully, but these errors were encountered: