Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/248888

Change subject: Disable all diamond varnishreqstats collectors
......................................................................

Disable all diamond varnishreqstats collectors

Bug: T83580

Change-Id: Ic445e10ad77cb091510edd1f1aa7e4e6c28abd58
---
M modules/varnish/manifests/monitoring/varnishreqstats.pp
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/88/248888/1

diff --git a/modules/varnish/manifests/monitoring/varnishreqstats.pp 
b/modules/varnish/manifests/monitoring/varnishreqstats.pp
index fad253b..2ad1902 100644
--- a/modules/varnish/manifests/monitoring/varnishreqstats.pp
+++ b/modules/varnish/manifests/monitoring/varnishreqstats.pp
@@ -13,10 +13,13 @@
 #   If $name is text.frontend,  this will create graphite keys that look like:
 #   servers.cp1052.varnish.eqiad.text.frontend.request.client.status.2xx
 #
+# NOTE:  Diamond collectors using varnishlog and multiprocessing doesn't work.
+#        They will all be removed and replaced with a service sending directly
+#        to statsd.
 define varnish::monitoring::varnishreqstats(
     $instance_name = $name,
     $metric_path   = "varnish.${::site}.${name}.request",
-    $ensure        = 'present',
+    $ensure        = 'absent',
 ) {
     # ${collector_name}Collector will be used as the python diamond collector 
class name
     # when varnishreqstats-diamond.py.erb is rendered.

-- 
To view, visit https://gerrit.wikimedia.org/r/248888
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic445e10ad77cb091510edd1f1aa7e4e6c28abd58
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to