Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/375361 )

Change subject: prometheus: fix jmx_exporter_config query
......................................................................


prometheus: fix jmx_exporter_config query

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

Approvals:
  Giuseppe Lavagetto: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



diff --git a/modules/prometheus/manifests/jmx_exporter_config.pp 
b/modules/prometheus/manifests/jmx_exporter_config.pp
index 2f492ca..dce0698 100644
--- a/modules/prometheus/manifests/jmx_exporter_config.pp
+++ b/modules/prometheus/manifests/jmx_exporter_config.pp
@@ -22,7 +22,7 @@
 
     $resources = query_resources(
                   "Class[\"${class_name}\"]",
-                  'Define["prometheus::jmx_exporter_instance"]',
+                  'Prometheus::Jmx_exporter_instance',
                   true)
     $site_clusters = get_clusters({'site' => $site})
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I619abfffb8a2122a0d5b679f7eb0facaae861d3b
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to