prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
5.01k stars 5k forks source link

[prometheus-mongodb-exporter] Support multi-target exporter #4875

Open BapRx opened 3 days ago

BapRx commented 3 days ago

What this PR does / why we need it

Allow configuring multiple targets for the exporter v0.40.0 and later.

Which issue this PR fixes

Special notes for your reviewer

Until the exporter supports reading passwords from a file, we are limited to choose out of two solutions:

I don't really know what's the best solution, open for suggestions! I went for the first solution which matches my use case but if you think the other option is better for most people, we can rethink the logic.

Checklist