Skip to content

Commit

Permalink
docs: use relative links for Grafana dashboards
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ThinkChaos committed Apr 11, 2024
1 parent 90b9677 commit ef8c008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/prometheus_grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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).
Expand All @@ -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"

0 comments on commit ef8c008

Please sign in to comment.