Skip to content

Commit a957d7d

Browse files
sleepyfoodieskl
andauthored
Update rules/apps.libsonnet
Co-authored-by: Stephen Lang <[email protected]>
1 parent ae2c9a6 commit a957d7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rules/apps.libsonnet

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
name: 'k8s.rules.container_cpu_usage_seconds_total',
1111
rules: [
1212
{
13-
// Reduces cardinality of this timeseries by #cores, which makes it
14-
// more useable in dashboards. Also, allows us to do things like
15-
// quantile_over_time(...) which would otherwise not be possible.
1613
record: 'node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate5m',
1714
expr: |||
1815
sum by (%(clusterLabel)s, namespace, pod, container) (

0 commit comments

Comments
 (0)