From b9d3cf79a3a8afc24b768fd9e78a446a897ff9fa Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 12 Apr 2024 07:53:07 +0200 Subject: [PATCH] docs: add detail on setting up grafana api token Co-authored-by: Georgiana --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 37e78c8..6763133 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -16,7 +16,7 @@ Notice something that's missing? Please open an issue or file a pull request! You need to have a Grafana instance with a Prometheus datasource collecting metrics to test changes to the dashboards against. Assuming you have that, prepare a Grafana API token to use. Further details on how is not included -currently in these docs. +currently in these docs, but the [Grafana docs](https://grafana.com/docs/grafana/latest/administration/api-keys/#steps) on this topic might serve as a good enough starting point. With that setup, and Python installed, you only need `jsonnet` installed. Install `jsonnet` distributed via the go-jsonnet project, for example via