From ef8c00824976acfb2d9236c3da23fab8cb68d3e1 Mon Sep 17 00:00:00 2001 From: ThinkChaos Date: Wed, 10 Apr 2024 13:18:15 -0400 Subject: [PATCH] docs: use relative links for Grafana dashboards Ensure the linked file matches the current blocky version, not what's in main, which is no longer the same since switch to single branch dev. --- docs/prometheus_grafana.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/prometheus_grafana.md b/docs/prometheus_grafana.md index 8eff7134..2f9f50b0 100644 --- a/docs/prometheus_grafana.md +++ b/docs/prometheus_grafana.md @@ -25,7 +25,7 @@ Following metrics will be exported: ### Grafana dashboard Example [Grafana](https://grafana.com/) dashboard -definition [as JSON](https://github.com/0xERR0R/blocky/blob/main/docs/blocky-grafana.json) +definition [as JSON](blocky-grafana.json) or [at grafana.com](https://grafana.com/grafana/dashboards/13768) ![grafana-dashboard](grafana-dashboard.png). @@ -45,7 +45,7 @@ blocky, prometheus (with configured scraper for blocky) and grafana with prometh ## MySQL / MariaDB If database query logging is activated (see [Query logging](configuration.md#query-logging)), you can use following -Grafana Dashboard [as JSON](https://github.com/0xERR0R/blocky/blob/main/docs/blocky-query-grafana.json) +Grafana Dashboard [as JSON](blocky-query-grafana.json) or [at grafana.com](https://grafana.com/grafana/dashboards/14980) ![grafana-dashboard](grafana-query-dashboard.png). @@ -54,6 +54,6 @@ Please define the MySQL source in Grafana, which points to the database with blo ## Postgres -The JSON for a Grafana dashboard equivalent to the MySQL/MariaDB version is located [here](https://github.com/0xERR0R/blocky/blob/main/docs/blocky-query-grafana-postgres.json) +The JSON for a Grafana dashboard equivalent to the MySQL/MariaDB version is located [here](blocky-query-grafana-postgres.json) --8<-- "docs/includes/abbreviations.md"