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 52831ef10c)
This commit is contained in:
pleimer 2020-07-23 10:28:02 -04:00 committed by Paul Leimer
parent 911c6d0314
commit b08b78bfec
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ outputs:
- memcached - memcached
collectd::plugin::memcached::instances: collectd::plugin::memcached::instances:
local: local:
host: "%{hiera('memcached::listen_ip')}" host: "%{hiera('memcached::listen_ip_uri')}"
port: 11211 port: 11211
# BEGIN DOCKER SETTINGS # BEGIN DOCKER SETTINGS
puppet_config: puppet_config: