From b9d797206b8b9c29f33318ca36bcfe6c709ddb9d Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Sat, 21 Jul 2018 14:03:24 -0400 Subject: [PATCH] Expose docker daemon metrics --- roles/common/templates/docker-daemon.json.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/common/templates/docker-daemon.json.j2 b/roles/common/templates/docker-daemon.json.j2 index 4799ee5..6b821dd 100644 --- a/roles/common/templates/docker-daemon.json.j2 +++ b/roles/common/templates/docker-daemon.json.j2 @@ -1,3 +1,5 @@ { - "insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"] + "insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"], + "metrics-addr" : "0.0.0.0:9323", + "experimental" : true }