Skip to content

Commit

Permalink
Add cluster:node_cpu:ratio to allowlist
Browse files Browse the repository at this point in the history
We add this metric to the allowlist as it will be used to optimize
dashboard performance for the fleet wide CPU widgets.

Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed Apr 18, 2024
1 parent 4815698 commit 2d027e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data:
- cluster:cpu_usage_cores:sum
- cluster:memory_usage:ratio
- cluster:memory_usage_bytes:sum
- cluster:node_cpu:ratio
- cluster:usage:resources:sum
- cluster_infrastructure_provider
- cluster_version
Expand Down Expand Up @@ -402,4 +403,4 @@ data:
expr: histogram_quantile(0.99,sum(rate(apiserver_request_duration_seconds_bucket{job=\"apiserver\", verb!=\"WATCH\", _id!=\"\"}[5m])) by (le, _id))
- record: sum:apiserver_request_total:1h
expr: sum(rate(apiserver_request_total{job=\"apiserver\", _id!=\"\"}[1h])) by(code, instance, _id)
collect_rules: []
collect_rules: []

0 comments on commit 2d027e0

Please sign in to comment.