ceph/monitoring/ceph-mixin/tests_dashboards/features
Christian Rohmann 090b8e17f1 Cleanup of variables, queries and tests to enable showMultiCluster=True
Rendering the dashboards with showMultiCluster=True allows for
them to work with multiple clusters storing their metrics in a single
Prometheus instance. This works via the cluster label and that functionality
already existed. This just fixes some inconsistencies in applying the label
filters.

Additionally this contains updates to the tests to have them succeed with
with both configurations and avoid the introduction of regressions in
regards to multiCluster in the future.

There also are some consistency cleanups here and there:
 * `datasource` was not used consistently
 * `cluster` label_values are determined from `ceph_health_status`
 * `job` template and filters on this label were removed to align multi cluster
    support solely via the `cluster` label
 * `ceph_hosts` filter now uses label_values from any ceph_metadata metrici
    to now show all instance values, but those of hosts with some Ceph
    component / daemon.
 *  Enable showMultiCluster=True since `cluster` label is now always present,
    via https://github.com/ceph/ceph/pull/54964

Improves: https://tracker.ceph.com/issues/64321
Signed-off-by: Christian Rohmann <christian.rohmann@inovex.de>
2024-04-22 08:29:37 +02:00
..
steps
__init__.py
ceph-cluster.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
environment.py Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
host-details.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
hosts_overview.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
osd-device-details.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
osds-overview.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
radosgw-detail.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
radosgw_overview.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00
self.feature Cleanup of variables, queries and tests to enable showMultiCluster=True 2024-04-22 08:29:37 +02:00