galexrt / extended-ceph-exporter

A Prometheus exporter to provide "extended" metrics about a Ceph cluster's running components (e.g., RGW).
Apache License 2.0
5 stars 1 forks source link

feat: add multi realm mode #2

Closed galexrt closed 2 months ago

galexrt commented 2 months ago

This adds a mode to use a realms.yaml to have the exporter scrape metrics from multiple RGW realms.

The helm chart has also been updated with new options and comments.

Resolves #1


I still need to verify that it works with multiple realms in a test cluster.