couchbaselabs / couchbaselabs/cbprometheus_python
Allow for Multiple Clusters to be specified
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
since the exporter is stateless and just performing REST API calls, there is really no reason that we need to have a separate instance per couchbase installation. We can still support the ENV variables and treat it as a single cluster, but it would be useful to have a JSON file of clusters.
Prometheus provides a way to add query string parameters, this could be used to specify the cluster that you want to use.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.