Fixes: https://tracker.ceph.com/issues/64970
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit
e6ff23d1297cbcf5da030178c53e14a6b6ce5f43)
Conflicts:
src/pybind/mgr/cephadm/templates/services/prometheus/prometheus.yml.j2
src/pybind/mgr/cephadm/tests/test_services.py
scrape_configs:
- job_name: 'ceph'
honor_labels: true
+ relabel_configs:
+ - source_labels: [instance]
+ target_label: instance
+ replacement: 'ceph_cluster'
static_configs:
- targets:
{% for mgr in mgr_scrape_list %}
scrape_configs:
- job_name: 'ceph'
honor_labels: true
+ relabel_configs:
+ - source_labels: [instance]
+ target_label: instance
+ replacement: 'ceph_cluster'
static_configs:
- targets:
- '[::1]:9283'