Skip to content

Commit

Permalink
[meta] fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 23, 2024
1 parent c94feef commit 2dc2f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/monitoring/kube-prometheus/base/prom-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1459,4 +1459,4 @@ spec:
histogram_quantile(0.5, sum(rate(kubelet_pleg_relist_duration_seconds_bucket{job="kubelet", metrics_path="/metrics"}[5m])) by (cluster, instance, le) * on(cluster, instance) group_left(node) kubelet_node_name{job="kubelet", metrics_path="/metrics"})
labels:
quantile: "0.5"
record: node_quantile:kubelet_pleg_relist_duration_seconds:histogram_quantile
record: node_quantile:kubelet_pleg_relist_duration_seconds:histogram_quantile

0 comments on commit 2dc2f7c

Please sign in to comment.