Ema has uploaded a new change for review.

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

Change subject: prometheus: extend Varnish targets generation to text/upload
......................................................................

prometheus: extend Varnish targets generation to text/upload

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/319293/1

diff --git a/modules/role/manifests/prometheus/ops.pp 
b/modules/role/manifests/prometheus/ops.pp
index 5212298..ba451573 100644
--- a/modules/role/manifests/prometheus/ops.pp
+++ b/modules/role/manifests/prometheus/ops.pp
@@ -136,4 +136,14 @@
         targets_path => $targets_path,
         cache_name   => 'misc',
     }
+
+    prometheus::varnish_2layer{ 'text':
+        targets_path => $targets_path,
+        cache_name   => 'text',
+    }
+
+    prometheus::varnish_2layer{ 'upload':
+        targets_path => $targets_path,
+        cache_name   => 'upload',
+    }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4791ca393bdc60a474344232cba04b2c4e3bad0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <e...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to