mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
16 lines
713 B
Markdown
16 lines
713 B
Markdown
# Grafana
|
|
|
|
Our Grafana is hosted on https://monitoring.archlinux.org and is accessible for
|
|
all Arch Linux Staff, editing rights are restricted to users with the Devops
|
|
Role.
|
|
|
|
Dashboards and datasources are automatically provisioned by Grafana with Grafana's built-in [provisioning configuration](https://grafana.com/docs/grafana/latest/administration/provisioning/).
|
|
|
|
## Adding a new Dashboard
|
|
|
|
A new dashboard can be configured in our Grafana instance to try it out and if satisfactory checked in to Git as following:
|
|
|
|
* Export the dashboard to json (top left, share dashboard => exporter => save to file).
|
|
* Save the json file in `roles/grafana/files/dashboards'
|
|
* Git add the file and run the grafana playbook
|