From a24f11c480da032450948f7976cb3bb19c2cc520 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 9 Nov 2020 16:46:24 -0500
Subject: [PATCH] mention dashboard

---
 howto/prometheus.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/howto/prometheus.md b/howto/prometheus.md
index 5ac6cf45..2db4433e 100644
--- a/howto/prometheus.md
+++ b/howto/prometheus.md
@@ -72,6 +72,13 @@ This should return a number of metrics that change (or not) at each
 call. From there on, provide that endpoint to the sysadmins, which
 will follow the next procedure to add the metric to Prometheus.
 
+Once the exporter is hooked into Prometheus, you can browse the
+metrics directly at: <https://prometheus.torproject.org>. Graphs
+should be available at <https://grafana.torproject.org>, although
+those need to be created and committed into git by sysadmins to
+persist, see the [anarcat dashboard directory](https://gitlab.com/anarcat/grafana-dashboards) for more
+information.
+
 ## Adding metrics for admins
 
 TODO: talk about `scrape_jobs` for in-puppet configurations.
-- 
GitLab