John Lancaster 67c39f171e readme
2024-01-20 21:32:24 -06:00
2023-12-07 00:10:36 -06:00
2023-11-20 21:33:00 -06:00
2023-11-20 17:37:32 -06:00
2024-01-20 21:32:24 -06:00

docker-observation

Various tools to monitor Docker containers

Services

Telegraf - Docker plugin

Telegraf is the open source server agent to help you collect metrics from your stacks, sensors, and systems.

Grafana Promtail

Promtail is an agent which ships the contents of local logs to a private Grafana Loki instance or Grafana Cloud. It is usually deployed to every machine that runs applications which need to be monitored.

Environment Variables

  • DOCKER_INFLUXDB_INIT_ORG
  • INFLUX_WRITE_TOKEN
  • INFLUX_HOST (optional)
  • LOKI_HOST (optional)

Setup

Set the DOCKER_GUID so the container has permission to access the socket

export DOCKER_GUID=$(getent group docker | awk -F ':' '{print $3}')
Description
No description provided
Readme 86 KiB