From 23efd0c0f541cebbe75ab27cca22a17c893d9e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Lopes?= Date: Sun, 12 Sep 2021 13:21:25 +0200 Subject: [PATCH] add dashboard data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel González Lopes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d176c92..814bb46 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Github Traffic collects your repository's traffic data and exposes it as Prometheus metrics. ![Grafana dashboard](grafana_dashboard.png) -*Grafana dashboard that displays the metrics generated by Github Traffic* +*Grafana dashboard that displays the metrics generated by Github Traffic.* ## Quickstart @@ -28,4 +28,7 @@ $ docker run --env-file .env -it -p 8001:8001 loadimpact/github-traffic ... Go to http://localhost:8001/metrics ``` -Profit! \ No newline at end of file +Profit! + +Now you can collect those metrics as you would do with any other service. To visualize them, we provide an example/template Grafana dashboard: https://grafana.com/grafana/dashboards/15000 +