An open API service indexing awesome lists of open source software.

https://github.com/probablyarth/tig

Run TIG(telegraf-influxdb-grafana) stack in one command
https://github.com/probablyarth/tig

grafana influxdb monitoring o11y statsd telegraf

Last synced: 19 days ago
JSON representation

Run TIG(telegraf-influxdb-grafana) stack in one command

Awesome Lists containing this project

README

          

# TIG
Run TIG in one command

# How to use
- give execute permission to `start.sh`
- run `./start.sh`
- for stopping, do the same for `./stop.sh`

Config files will be generated based on the `.env` file.

# Config
- StatsD plugin on telegraf
- InfluxDB datasource already configured in grafana through [datasource file](./grafana/datasources/datasource.template.yml)
- InfluxDB & grafana data is persisted in docker volumes. If you dont want volumes to be deleted on stop, add a --volume flag in docker-compose down cmd in [./stop.sh](./stop.sh)

# Images used
- influxdb:1.8
- telegraf:1.29
- grafana/grafana:10.4.2