Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/397774 )

Change subject: prometheus: add mtail to varnish jobs
......................................................................

prometheus: add mtail to varnish jobs

Bug: T177199
Change-Id: I05064c56864879192adc1b6880935d88a4aebc8b
---
M modules/role/manifests/prometheus/ops.pp
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/74/397774/1

diff --git a/modules/role/manifests/prometheus/ops.pp 
b/modules/role/manifests/prometheus/ops.pp
index bd49b03..257a635 100644
--- a/modules/role/manifests/prometheus/ops.pp
+++ b/modules/role/manifests/prometheus/ops.pp
@@ -219,6 +219,14 @@
       },
     ]
 
+    # Pull varnish-related metrics generated via mtail
+    prometheus::class_config{ "varnish-canary_mtail_${::site}":
+        dest       => "${targets_path}/varnish-canary_mtail_${::site}.yaml",
+        site       => $::site,
+        class_name => 'role::cache::canary',
+        port       => '3903',
+    }
+
     # Job definition for memcache_exporter
     $memcached_jobs = [
       {

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

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

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

Reply via email to