-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow restricting exporter scope to specific instances #94
Comments
Thanks for reporting this issue. In our initial use case, we needed to collect metrics from all RDS instances, but it makes sense to support instance filtering. We need to think about the way to implement it. Can you provide more details on your ideal instance filters (e.g., on which RDS instance parameters you would like to filter)? If you can provide a concrete use case, it will help us a lot to design the feature. Meanwhile, I see two possible workarounds:
|
@vmercierfr thanks you for looking into this and the prompt reply! For my use case filtering on a specific identifier is sufficient. Something like a The rest of the options I've picked up from CloudWatch exporter filters. |
I guess jstewart612 is also interested by this feature. |
In my case, I have instances for several environments (Environment tag) in one AWS region. |
Is your feature request related to a problem? Please describe.
I'm looking for exporting the output of
describe-db-instances
to prometheus. This promising project seems to fit the bill - except it returns metrics for all RDS instances within region. At least I could not an example on how to do it.Describe the solution you'd like
Add an option to restrict exporter to an RDS instance(s) by - id, regex, tag (key/*, key/val, key/regex)
Describe alternatives you've considered
Use the archived https://github.com/movio/aws-prometheus-exporter exporter to expose
describe-db-instances
output.Thanks!
The text was updated successfully, but these errors were encountered: