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.
2 parents 7c79932 + c747b47 commit ca1f3d1Copy full SHA for ca1f3d1
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