We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9821d07 commit c747b47Copy full SHA for c747b47
rules/kubelet.libsonnet
@@ -11,7 +11,7 @@
11
{
12
record: 'node_quantile:kubelet_pleg_relist_duration_seconds:histogram_quantile',
13
expr: |||
14
- histogram_quantile(%(quantile)s, sum(rate(kubelet_pleg_relist_duration_seconds_bucket[5m])) by (instance, le) * on(instance) group_left(node) kubelet_node_name{%(kubeletSelector)s})
+ histogram_quantile(%(quantile)s, sum(rate(kubelet_pleg_relist_duration_seconds_bucket[5m])) by (%(clusterLabel)s, instance, le) * on(%(clusterLabel)s, instance) group_left(node) kubelet_node_name{%(kubeletSelector)s})
15
||| % ({ quantile: quantile } + $._config),
16
labels: {
17
quantile: quantile,
0 commit comments