Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 618 Bytes

File metadata and controls

20 lines (15 loc) · 618 Bytes

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

Images used

  • influxdb:1.8
  • telegraf:1.29
  • grafana/grafana:10.4.2