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

Change subject: role: collect from restbase test_cluster
......................................................................

role: collect from restbase test_cluster

Bug: T173490
Change-Id: Ifb1f91b76ba534dc5333cf125ae2935adea7c98f
---
M modules/role/manifests/prometheus/services.pp
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/372845/1

diff --git a/modules/role/manifests/prometheus/services.pp 
b/modules/role/manifests/prometheus/services.pp
index cfcaf2f..24f244f 100644
--- a/modules/role/manifests/prometheus/services.pp
+++ b/modules/role/manifests/prometheus/services.pp
@@ -29,12 +29,18 @@
       },
     ]
 
-    prometheus::jmx_exporter_config{ "jmx_exporter_${::site}":
+    prometheus::jmx_exporter_config{ "cassandra_restbase_dev_${::site}":
         dest       => "${targets_path}/cassandra_restbase_dev_${::site}.yaml",
         class_name => 'role::restbase::dev_cluster',
         site       => $::site,
     }
 
+    prometheus::jmx_exporter_config{ "cassandra_restbase_test_${::site}":
+        dest       => "${targets_path}/cassandra_restbase_test_${::site}.yaml",
+        class_name => 'role::restbase::test_cluster',
+        site       => $::site,
+    }
+
     prometheus::server { 'services':
         storage_encoding      => '2',
         listen_address        => '127.0.0.1:9903',

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

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