commit b08b78bfecb7953e2dc66a67b8d9a77a653679dc Author: pleimer Date: Thu Jul 23 10:28:02 2020 -0400 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) diff --git a/deployment/memcached/memcached-container-puppet.yaml b/deployment/memcached/memcached-container-puppet.yaml index 9b375c2..6abebdb 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: