Ottomata has uploaded a new change for review.

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

Change subject: Turn on varnish reqstats diamond collector on eqiad mobile 
caches
......................................................................

Turn on varnish reqstats diamond collector on eqiad mobile caches

Bug: T83580
Change-Id: Ifa4ee419244dcc80b5ab23cc6260c9646d786e69
---
M modules/role/manifests/cache/mobile.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/15/246215/1

diff --git a/modules/role/manifests/cache/mobile.pp 
b/modules/role/manifests/cache/mobile.pp
index 664afa2..d454a35 100644
--- a/modules/role/manifests/cache/mobile.pp
+++ b/modules/role/manifests/cache/mobile.pp
@@ -187,4 +187,13 @@
         # varnish webrequest logs to Kafka.
         class { 'role::cache::kafka::webrequest': topic => 'webrequest_mobile' 
}
     }
+
+    # Test rollout of varnish reqstats diamond collector in eqiad
+    if $::site == 'eqiad' {
+        # Parse varnishlogs for request statistics and send to statsd via 
diamond.
+        varnish::monitoring::varnishreqstats { 'MobileFrontend':
+            instance_name => 'frontend',
+            metric_path   => "varnish.${::site}.mobile.frontend.request",
+        }
+    }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa4ee419244dcc80b5ab23cc6260c9646d786e69
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