diff --git a/README.md b/README.md index 814bb46..6edbabc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # github-traffic Github Traffic collects your repository's traffic data and exposes it as Prometheus metrics. -![Grafana dashboard](grafana_dashboard.png) +![Grafana dashboard](dashboard/screenshot.png) *Grafana dashboard that displays the metrics generated by Github Traffic.* ## Quickstart @@ -24,7 +24,7 @@ CRONTAB_SCHEDULE=crontab-schedule-to-get-data-from-github # Default: "0 * * * *" Run the image: ``` -$ docker run --env-file .env -it -p 8001:8001 loadimpact/github-traffic +$ docker run --env-file .env -it -p 8001:8001 ghcr.io/grafana/github-traffic ... Go to http://localhost:8001/metrics ``` diff --git a/grafana_dashboard.png b/dashboard/screenshot.png similarity index 100% rename from grafana_dashboard.png rename to dashboard/screenshot.png