Skip to content

Commit

Permalink
change repo name and move screenshot
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <[email protected]>
  • Loading branch information
dgzlopes committed Sep 12, 2021
1 parent 23efd0c commit 9d1953b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```
Expand Down
File renamed without changes

0 comments on commit 9d1953b

Please sign in to comment.