22 lines
700 B
Markdown
22 lines
700 B
Markdown
# fortnite-metrics-grafana
|
|
|
|
Tracks fortnite account metrics such as kills, kd, wins, etc and displays them in a grafana dashboard.
|
|
|
|
## Setup
|
|
|
|
- Download the docker compose file
|
|
- Change the `API_KEY` environment variable to your [Fortnite-API API key](https://dash.fortnite-api.com/account)
|
|
- Change the `FORTNITE_USERNAMES` environment variable to the account names you want to track
|
|
- Run `docker-compose up -d`
|
|
- Add the tracker to prometheus
|
|
- Add the Prometheus data source to Grafana (if you haven't already)
|
|
- Import the dashboard from `grafana-dashboard.json`
|
|
|
|
### Requirements
|
|
|
|
- Docker
|
|
- Docker Compose
|
|
- Grafana
|
|
- Prometheus
|
|
- [Fortnite-API API key](https://dash.fortnite-api.com/account)
|