Page MenuHomePhabricator
Paste P8292

statsd usage in puppet
ActivePublic

Authored by Ladsgroup on Mar 27 2019, 2:31 PM.
Tags
None
Referenced Files
F28484121: raw.txt
Mar 27 2019, 2:31 PM
Subscribers
None
amsa@amsa-Latitude-7480:~/puppet$ grep -ir "hiera('statsd')" .
./modules/profile/manifests/kafka/broker.pp: $statsd = hiera('statsd'),
./modules/profile/manifests/prometheus/statsd_exporter.pp: String $relay_address = hiera('statsd'),
./modules/profile/manifests/eventbus.pp: $statsd_host = hiera('statsd'),
./modules/profile/manifests/cache/kafka/webrequest.pp: $statsd = hiera('statsd'),
./modules/profile/manifests/cache/kafka/statsv.pp: statsd_host_port => hiera('statsd'),
./modules/profile/manifests/cache/kafka/eventlogging.pp: $statsd = hiera('statsd'),
./modules/profile/manifests/cache/base.pp: $statsd_host = hiera('statsd'),
./modules/profile/manifests/cache/upload.pp: $statsd_server = hiera('statsd'),
./modules/profile/manifests/cache/text.pp: $statsd_host = hiera('statsd'),
./modules/profile/manifests/webperf/processors.pp: $statsd = hiera('statsd'),
./modules/profile/manifests/statistics/private.pp: $statsd_host = hiera('statsd'),
./modules/profile/manifests/mediawiki/jobrunner.pp: $statsd = hiera('statsd'),
./modules/profile/manifests/mediawiki/hhvm.pp: $statsd = hiera('statsd')