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

Change subject: role: fix prometheus global collection regexp
......................................................................

role: fix prometheus global collection regexp

Change-Id: If3149f05fe11ee29230124e089ee8663b7c8dc0e
---
M modules/role/manifests/prometheus/global.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/84/373284/1

diff --git a/modules/role/manifests/prometheus/global.pp 
b/modules/role/manifests/prometheus/global.pp
index 8522ec3..e2d9fcd 100644
--- a/modules/role/manifests/prometheus/global.pp
+++ b/modules/role/manifests/prometheus/global.pp
@@ -32,7 +32,7 @@
             '{__name__=~"^.*:memcached_.*"}',
             '{__name__=~"^.*:varnish_.*"}',
             # blackbox_exporter probes results
-            '{__name__=~"^probe_"}',
+            '{__name__=~"^probe_.*"}',
           ],
         },
         'static_configs' => [

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

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