From 9ae12660fb97b6a64d1b321fc63e2cad65404a61 Mon Sep 17 00:00:00 2001 From: Hardikl <83282894+Hardikl@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:55:30 +0530 Subject: [PATCH] fix: remove unused metric (#1138) --- .../dashboards/cmode/harvest_dashboard_compliance.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/grafana/dashboards/cmode/harvest_dashboard_compliance.json b/grafana/dashboards/cmode/harvest_dashboard_compliance.json index 66cf15776..57082f93c 100644 --- a/grafana/dashboards/cmode/harvest_dashboard_compliance.json +++ b/grafana/dashboards/cmode/harvest_dashboard_compliance.json @@ -1374,16 +1374,6 @@ "legendFormat": "", "refId": "F" }, - { - "exemplar": false, - "expr": "security_audit_destination_status{datacenter=\"$Datacenter\",cluster=~\"$Cluster\"}", - "format": "table", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "H" - }, { "exemplar": true, "expr": "count by (datacenter, cluster) (ntpserver_labels{datacenter=\"$Datacenter\",cluster=~\"$Cluster\"})",