Tracks fortnite account metrics such as kills, kd, wins, etc.
This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Fascinated efde954905
All checks were successful
docker (ubuntu-latest, 2.38.4)
update grafana panel
2023-04-09 10:30:30 +01:00
.gitea/workflows update workflow 2023-04-09 07:49:58 +01:00
.vscode inital project 2023-04-09 07:49:29 +01:00
src add baric grafana panel 2023-04-09 08:52:39 +01:00
.dockerignore inital project 2023-04-09 07:49:29 +01:00
.env-example inital project 2023-04-09 07:49:29 +01:00
.gitignore inital project 2023-04-09 07:49:29 +01:00
docker-compose.yml inital project 2023-04-09 07:49:29 +01:00
Dockerfile fix dockerfile 2023-04-09 08:42:34 +01:00
grafana-panel,json update grafana panel 2023-04-09 10:30:30 +01:00
package-lock.json add a singular metric 2023-04-09 08:18:19 +01:00
package.json add a singular metric 2023-04-09 08:18:19 +01:00
README.md update readme 2023-04-09 08:52:56 +01:00
yarn.lock add a singular metric 2023-04-09 08:18:19 +01:00

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
  • 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