From: Aashish Sharma Date: Thu, 23 Apr 2026 16:17:41 +0000 (+0530) Subject: mr/dashboard: remove rgw_servers filter from radosgw-sync-overview grafana dashboard X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0601df2a55e3fc56370687b27693779ad356be5;p=ceph.git mr/dashboard: remove rgw_servers filter from radosgw-sync-overview grafana dashboard Fixes: https://tracker.ceph.com/issues/76239 Signed-off-by: Aashish Sharma --- diff --git a/monitoring/ceph-mixin/dashboards/rgw.libsonnet b/monitoring/ceph-mixin/dashboards/rgw.libsonnet index ea7dac088075..422f60c08aca 100644 --- a/monitoring/ceph-mixin/dashboards/rgw.libsonnet +++ b/monitoring/ceph-mixin/dashboards/rgw.libsonnet @@ -72,19 +72,6 @@ local g = import 'grafonnet/grafana.libsonnet'; .addTemplate( $.addClusterTemplate() ) - - .addTemplate( - $.addTemplateSchema( - 'rgw_servers', - '$datasource', - 'label_values(ceph_rgw_metadata{%(matchers)s}, ceph_daemon)' % $.matchers(), - 1, - true, - 1, - null, - 'rgw.(.*)' - ) - ) .addPanels([ RgwSyncOverviewPanel( 'Replication (throughput) from Source Zone', @@ -157,7 +144,7 @@ local g = import 'grafonnet/grafana.libsonnet'; .addTargets( [ $.addTargetSchema( - expr='rate(ceph_rgw_sync_delta_sync_delta{instance_id=~"$rgw_servers", %(matchers)s}[$__rate_interval])', + expr='rate(ceph_rgw_sync_delta_sync_delta{%(matchers)s}[$__rate_interval])', datasource='$datasource', instant=false, legendFormat='{{instance_id}} - {{shard_id}}', diff --git a/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json b/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json index be28a4d4c1b1..6b322e28ef41 100644 --- a/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json +++ b/monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json @@ -514,7 +514,7 @@ "targets": [ { "datasource": "$datasource", - "expr": "rate(ceph_rgw_sync_delta_sync_delta{instance_id=~\"$rgw_servers\", cluster=~\"$cluster\", }[$__rate_interval])", + "expr": "rate(ceph_rgw_sync_delta_sync_delta{cluster=~\"$cluster\", }[$__rate_interval])", "format": "time_series", "instant": false, "intervalFactor": 1, @@ -570,26 +570,6 @@ "tagsQuery": "", "type": "query", "useTags": false - }, - { - "allValue": null, - "current": { }, - "datasource": "$datasource", - "hide": 0, - "includeAll": true, - "label": null, - "multi": false, - "name": "rgw_servers", - "options": [ ], - "query": "label_values(ceph_rgw_metadata{cluster=~\"$cluster|\", }, ceph_daemon)", - "refresh": 1, - "regex": "rgw.(.*)", - "sort": 1, - "tagValuesQuery": "", - "tags": [ ], - "tagsQuery": "", - "type": "query", - "useTags": false } ] },