|
17 | 17 | summary: 'There is a limited amount of heap memory available to the JVM.',
|
18 | 18 | description:
|
19 | 19 | (
|
20 |
| - 'The heap memory usage for the JVM on instance {{$labels.instance}} in cluster {{$labels.hbase_cluster}} is {{printf "%%.0f" $labels.value}} percent, which is above the threshold of %(alertsHighHeapMemUsage)s percent' |
| 20 | + 'The heap memory usage for the JVM on instance {{$labels.instance}} in cluster {{$labels.hbase_cluster}} is {{printf "%%.0f" $value}} percent, which is above the threshold of %(alertsHighHeapMemUsage)s percent' |
21 | 21 | ) % $._config,
|
22 | 22 | },
|
23 | 23 | },
|
|
34 | 34 | summary: 'One or more RegionServer(s) has become unresponsive.',
|
35 | 35 | description:
|
36 | 36 | (
|
37 |
| - '{{$labels.value}} RegionServer(s) in cluster {{$labels.hbase_cluster}} are unresponsive, which is above the threshold of %(alertsDeadRegionServer)s. The name(s) of the dead RegionServer(s) are {{$labels.deadregionservers}}' |
| 37 | + '{{$value}} RegionServer(s) in cluster {{$labels.hbase_cluster}} are unresponsive, which is above the threshold of %(alertsDeadRegionServer)s. The name(s) of the dead RegionServer(s) are {{$labels.deadregionservers}}' |
38 | 38 | ) % $._config,
|
39 | 39 | },
|
40 | 40 | },
|
|
51 | 51 | summary: 'RegionServers are in transition for longer than expected.',
|
52 | 52 | description:
|
53 | 53 | (
|
54 |
| - '{{printf "%%.0f" $labels.value}} percent of RegionServers in transition in cluster {{$labels.hbase_cluster}} are transitioning for longer than expected, which is above the threshold of %(alertsOldRegionsInTransition)s percent' |
| 54 | + '{{printf "%%.0f" $value}} percent of RegionServers in transition in cluster {{$labels.hbase_cluster}} are transitioning for longer than expected, which is above the threshold of %(alertsOldRegionsInTransition)s percent' |
55 | 55 | ) % $._config,
|
56 | 56 | },
|
57 | 57 | },
|
|
68 | 68 | summary: 'A high percentage of authentication attempts to the master are failing.',
|
69 | 69 | description:
|
70 | 70 | (
|
71 |
| - '{{printf "%%.0f" $labels.value}} percent of authentication attempts to the master are failing in cluster {{$labels.hbase_cluster}}, which is above the threshold of %(alertsHighMasterAuthFailRate)s percent' |
| 71 | + '{{printf "%%.0f" $value}} percent of authentication attempts to the master are failing in cluster {{$labels.hbase_cluster}}, which is above the threshold of %(alertsHighMasterAuthFailRate)s percent' |
72 | 72 | ) % $._config,
|
73 | 73 | },
|
74 | 74 | },
|
|
85 | 85 | summary: 'A high percentage of authentication attempts to a RegionServer are failing.',
|
86 | 86 | description:
|
87 | 87 | (
|
88 |
| - '{{printf "%%.0f" $labels.value}} percent of authentication attempts to the RegionServer {{$labels.instance}} are failing in cluster {{$labels.hbase_cluster}}, which is above the threshold of %(alertsHighRSAuthFailRate)s percent' |
| 88 | + '{{printf "%%.0f" $value}} percent of authentication attempts to the RegionServer {{$labels.instance}} are failing in cluster {{$labels.hbase_cluster}}, which is above the threshold of %(alertsHighRSAuthFailRate)s percent' |
89 | 89 | ) % $._config,
|
90 | 90 | },
|
91 | 91 | },
|
|
0 commit comments