From 85c3e215c4bc36e9460a87aef16c0335bec69806 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 22 Feb 2017 07:27:33 +0100 Subject: [PATCH] Updated screenshot Increased the size and centered the screenshots --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07b519f..551305a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you would like to change which targets should be monitored or make configurat ## Configuration In order to pull GitHub stats consistently it is recommended you create a personal access token inside of GitHub. This token will allow you to query the GitHub API more frequently than a public user. [Create GitHub Token](https://github.com/settings/tokens). It is only necessary to give the repo scope to the token permission. - +
Copy the GitHub Token you created and paste into the bottom of the [docker-compose.yml](https://github.com/vegasbrianc/github-monitoring/blob/master/docker-compose.yml) file under the metrics service section replacing the `GITHUB_TOKEN` with your newly created token. @@ -49,7 +49,7 @@ Now we need to create the Prometheus Datasource in order to connect Grafana to P * Click `Data Sources` * Click the green button `Add Data Source`. - +
## Install Dashboard I created a Dashboard template which is available on [GitHub Stats Dashboard](https://grafana.net/dashboards/1559). Simply download the dashboard and select from the Grafana menu -> Dashboards -> Import @@ -57,7 +57,7 @@ I created a Dashboard template which is available on [GitHub Stats Dashboard](ht This dashboard is intended to help you get started with graphing your GitHub Repos. If you have any changes you would like to see in the Dashboard let me know so I can update Grafana site as well. - +
## Troubleshooting It appears some people have reported no data appearing in Grafana. If this is happening to you be sure to check the time range being queried within Grafana to ensure it is using Today's date with current time.