Commit 195185b
committed
(SUP-4126) Fix file sync additional metrics
Prior to this commit, the mbeans for the additional file sync storage
metrics started with 'puppetserver:name=puppetlabs.puppet'; however, the
object name of the mbeans include the hostname of the compiling server.
This resulted in the api returning 404s and not collecting the metrics.
This commit replaces the 'puppet' part of the name with a glob, which
should match correctly.1 parent 09eede4 commit 195185b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments