Elukey has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/404427 )
Change subject: profile::puppetmaster::puppetdb: add jmx metrics to export ...................................................................... profile::puppetmaster::puppetdb: add jmx metrics to export These mbeans are the ones exposed by the puppetdb's dashboard. Bug: T184796 Change-Id: I919ab2bc5de2dd6fbf4820663afc22785c8f8458 --- M modules/profile/files/puppetmaster/puppetdb/jvm_prometheus_puppetdb_jmx_exporter.yaml 1 file changed, 6 insertions(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Looks good to me, but someone else must approve Alexandros Kosiaris: Looks good to me, but someone else must approve Elukey: Looks good to me, approved jenkins-bot: Verified Filippo Giunchedi: Looks good to me, but someone else must approve diff --git a/modules/profile/files/puppetmaster/puppetdb/jvm_prometheus_puppetdb_jmx_exporter.yaml b/modules/profile/files/puppetmaster/puppetdb/jvm_prometheus_puppetdb_jmx_exporter.yaml index 6ea2bc3..b04b537 100644 --- a/modules/profile/files/puppetmaster/puppetdb/jvm_prometheus_puppetdb_jmx_exporter.yaml +++ b/modules/profile/files/puppetmaster/puppetdb/jvm_prometheus_puppetdb_jmx_exporter.yaml @@ -5,4 +5,9 @@ - 'com.puppetlabs.puppetdb.command:type=global,name=*' - 'com.puppetlabs.puppetdb.command:type=replace facts.3,name=*' - 'com.puppetlabs.puppetdb.http.server:type=/v3/commands,name=*' - - 'com.puppetlabs.puppetdb.http.server:type=/v3/nodes,name=*' \ No newline at end of file + - 'com.puppetlabs.puppetdb.http.server:type=/v3/nodes,name=*' + - 'com.puppetlabs.puppetdb.query.population:type=default,name=num-nodes' + - 'com.puppetlabs.puppetdb.query.population:type=default,name=num-resources' + - 'com.puppetlabs.puppetdb.query.population:type=default,name=pct-resource-dupes' + - 'com.puppetlabs.puppetdb.scf.storage:type=default,name=duplicate-pct' + - 'org.apache.activemq:BrokerName=localhost,Type=Queue,Destination=com.puppetlabs.puppetdb.commands' \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/404427 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I919ab2bc5de2dd6fbf4820663afc22785c8f8458 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Elukey <[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
