Skip to content

Commit face029

Browse files
committed
(PE-28451) disable not-found metrics
1 parent d8b111a commit face029

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

manifests/service/puppetdb.pp

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
'name' => 'global_fatal',
2929
'mbean' => 'puppetlabs.puppetdb.mq:name=global.fatal'
3030
},
31-
{
32-
'type' => 'read',
33-
'name' => 'global_generate-retry-message-time',
34-
'mbean' => 'puppetlabs.puppetdb.mq:name=global.generate-retry-message-time'
35-
},
31+
#{
32+
# 'type' => 'read',
33+
# 'name' => 'global_generate-retry-message-time',
34+
# 'mbean' => 'puppetlabs.puppetdb.mq:name=global.generate-retry-message-time'
35+
#},
3636
{
3737
'type' => 'read',
3838
'name' => 'global_message-persistence-time',
@@ -48,11 +48,11 @@
4848
'name' => 'global_retry-counts',
4949
'mbean' => 'puppetlabs.puppetdb.mq:name=global.retry-counts'
5050
},
51-
{
52-
'type' => 'read',
53-
'name' => 'global_retry-persistence-time',
54-
'mbean' => 'puppetlabs.puppetdb.mq:name=global.retry-persistence-time'
55-
},
51+
#{
52+
# 'type' => 'read',
53+
# 'name' => 'global_retry-persistence-time',
54+
# 'mbean' => 'puppetlabs.puppetdb.mq:name=global.retry-persistence-time'
55+
#},
5656
{
5757
'type' => 'read',
5858
'name' => 'global_seen',
@@ -291,11 +291,11 @@
291291
'name' => 'ha_seconds-since-last-successful-sync',
292292
'mbean' => 'puppetlabs.puppetdb.ha:name=seconds-since-last-successful-sync'
293293
},
294-
{
295-
'type' => 'read',
296-
'name' => 'ha_failed-request-counter',
297-
'mbean' => 'puppetlabs.puppetdb.ha:name=failed-request-counter'
298-
},
294+
#{
295+
# 'type' => 'read',
296+
# 'name' => 'ha_failed-request-counter',
297+
# 'mbean' => 'puppetlabs.puppetdb.ha:name=failed-request-counter'
298+
#},
299299
{
300300
'type' => 'read',
301301
'name' => 'ha_sync-duration',

0 commit comments

Comments
 (0)