point telegraf to socket proxy

This commit is contained in:
2026-05-30 21:27:34 +00:00
parent c0a0768257
commit 0ba1f92817
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -5531,7 +5531,7 @@
# ## Docker Endpoint
# ## To use TCP, set endpoint = "tcp://[ip]:[port]"
# ## To use environment variables (ie, docker-machine), set endpoint = "ENV"
endpoint = "unix:///var/run/docker.sock"
endpoint = "tcp://supporting-services-socket-proxy:2375"
#
# ## Set to true to collect Swarm metrics(desired_replicas, running_replicas)
# ## Note: configure this in one of the manager nodes in a Swarm cluster.