From b08b78bfecb7953e2dc66a67b8d9a77a653679dc Mon Sep 17 00:00:00 2001 From: pleimer Date: Thu, 23 Jul 2020 10:28:02 -0400 Subject: [PATCH] Memcached collectd plugin uses host URI instead of IP address. This fixes a bug in the Service Telemetry Framework where all collectd plugins report the host by URI except for the memcached plugin, causing the appearance of more nodes than exist in the dashboards. Change-Id: Ie653deb69d9d72f811c3238d64437f6542cd2a4d (cherry picked from commit 52831ef10c82b2b73f95ffdcaea72fc0273752ac) --- deployment/memcached/memcached-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/memcached/memcached-container-puppet.yaml b/deployment/memcached/memcached-container-puppet.yaml index 9b375c279a..6abebdb7ae 100644 --- a/deployment/memcached/memcached-container-puppet.yaml +++ b/deployment/memcached/memcached-container-puppet.yaml @@ -145,7 +145,7 @@ outputs: - memcached collectd::plugin::memcached::instances: local: - host: "%{hiera('memcached::listen_ip')}" + host: "%{hiera('memcached::listen_ip_uri')}" port: 11211 # BEGIN DOCKER SETTINGS puppet_config: