From 142dca626d951daaa7dc9771d8d535b883dd752e Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Wed, 24 Jul 2024 10:44:30 +0800 Subject: [PATCH] Minor dashboard udpates (#664) --- dashboards/grafana/grpc-proxy-summary-dashboard.json | 2 +- dashboards/grafana/topic-details-dashboard.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboards/grafana/grpc-proxy-summary-dashboard.json b/dashboards/grafana/grpc-proxy-summary-dashboard.json index 8a503abd..059bdc3d 100644 --- a/dashboards/grafana/grpc-proxy-summary-dashboard.json +++ b/dashboards/grafana/grpc-proxy-summary-dashboard.json @@ -56,7 +56,7 @@ "showLineNumbers": false, "showMiniMap": false }, - "content": "

gRPC Proxy Summary/h3>

", + "content": "

gRPC Proxy Summary

", "mode": "html" }, "pluginVersion": "10.0.13", diff --git a/dashboards/grafana/topic-details-dashboard.json b/dashboards/grafana/topic-details-dashboard.json index a0106f74..63b743ad 100644 --- a/dashboards/grafana/topic-details-dashboard.json +++ b/dashboards/grafana/topic-details-dashboard.json @@ -722,8 +722,8 @@ "value": [ { "targetBlank": false, - "title": "Drill down for subscriber details for ${__data.fields[2]}", - "url": " /d/coh-subscriber-details?var-Subscriber=${__data.fields[2]}&$__all_variables" + "title": "Drill down for subscriber details for ${__data.fields[1]}", + "url": " /d/coh-subscriber-details?var-Subscriber=${__data.fields[1]}&$__all_variables" } ] }, @@ -1815,4 +1815,4 @@ "uid": "coh-topic-details", "version": 8, "weekStart": "" -} \ No newline at end of file +}