Use single shared docker socket proxy service

This commit is contained in:
beatz174-bit
2026-04-07 22:01:23 +10:00
parent 417973b1cb
commit 8930cb8459
3 changed files with 49 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
interval = "10s"
[[inputs.docker]]
endpoint = "unix:///var/run/docker.sock"
endpoint = "tcp://docker-socket-proxy:2375"
gather_services = false
[[outputs.prometheus_client]]