Issue previously created 3 years ago by @moritz in our internal LIT git repo
https://github.com/neuroforgede/docker-engine-events-exporter
https://docs.docker.com/engine/reference/commandline/events/ log to file and read with promtail:
docker events --filter 'event=health_status' >> /path/to/docker_health.log & - job_name: docker_health static_configs: - targets: - localhost labels: job: docker_health __path__: /path/to/docker_health.log
No dependencies set.
The note is not visible to the blocked user.
Issue previously created 3 years ago by @moritz in our internal LIT git repo
https://github.com/neuroforgede/docker-engine-events-exporter
https://docs.docker.com/engine/reference/commandline/events/ log to file and read with promtail: