Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 372 Bytes

Hacktoberfest Monitor

A dashboard for tracking hactoberfest PR contributions.

Setup

  1. Setup grafana and influxDB
## Setup necessary passwords in .env file
$ cp .env.sample .env

## Startup docker-compose
$ docker-compose up -d
  1. Add influx as Grafana datasource. Visit http://localhost:3000 and add datasource with InfluxDB URL http://influxdb:8086