From 77258b67257983d67f90270d3d8e04594fd512ba Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 9 May 2022 12:08:31 +0200 Subject: [PATCH] docs(contrib): Add link to documentation in dashboard (#12602) --- changelog.d/12602.misc | 1 + contrib/grafana/synapse.json | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 changelog.d/12602.misc diff --git a/changelog.d/12602.misc b/changelog.d/12602.misc new file mode 100644 index 000000000..cdccc5c31 --- /dev/null +++ b/changelog.d/12602.misc @@ -0,0 +1 @@ +Add link to documentation in Grafana Dashboard. diff --git a/contrib/grafana/synapse.json b/contrib/grafana/synapse.json index 2c839c30d..819426b8e 100644 --- a/contrib/grafana/synapse.json +++ b/contrib/grafana/synapse.json @@ -66,6 +66,18 @@ ], "title": "Dashboards", "type": "dashboards" + }, + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": [], + "targetBlank": true, + "title": "Synapse Documentation", + "tooltip": "Open Documentation", + "type": "link", + "url": "https://matrix-org.github.io/synapse/latest/" } ], "panels": [ @@ -10889,4 +10901,4 @@ "title": "Synapse", "uid": "000000012", "version": 100 -} \ No newline at end of file +}