Skip to content

Commit 9a6b50c

Browse files
authored
Reduce example Grafana dashboard uid lengths (#2087)
Reduce dashboard uid length Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent f067a0b commit 9a6b50c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/otel/grafana-dashboards/toolhive-mcp-grafana-dashboard-otel-remotewrite.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,6 @@
791791
"timepicker": {},
792792
"timezone": "",
793793
"title": "ToolHive MCP Server & Proxy Runner Dashboard - OTEL RemoteWrite to Prometheus (with kubestats)",
794-
"uid": "toolhive-mcp-grafana-dashboard-otel-remotewrite",
794+
"uid": "toolhive-mcp-otel-remotewrite",
795795
"version": 3
796796
}

examples/otel/grafana-dashboards/toolhive-mcp-grafana-dashboard-otel-scrape.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,6 @@
791791
"timepicker": {},
792792
"timezone": "",
793793
"title": "ToolHive MCP Server & Proxy Runner Dashboard - Scrape from OTEL (with kubestats)",
794-
"uid": "toolhive-mcp-grafana-dashboard-otel-scrape",
794+
"uid": "toolhive-mcp-otel-scrape",
795795
"version": 9
796796
}

0 commit comments

Comments
 (0)