mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
manifests: use node_ metrics
This commit is contained in:
parent
1145dbfe93
commit
7bdb7f14b9
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ data:
|
|||
"nodeQuery": |
|
||||
sum by (<<.GroupBy>>) (
|
||||
irate(
|
||||
container_cpu_usage_seconds_total{<<.LabelMatchers>>,id='/'}[4m]
|
||||
node_cpu_usage_seconds_total{<<.LabelMatchers>>}[4m]
|
||||
)
|
||||
)
|
||||
"resources":
|
||||
|
|
@ -32,7 +32,7 @@ data:
|
|||
)
|
||||
"nodeQuery": |
|
||||
sum by (<<.GroupBy>>) (
|
||||
container_memory_working_set_bytes{<<.LabelMatchers>>,id='/'}
|
||||
node_memory_working_set_bytes{<<.LabelMatchers>>}
|
||||
)
|
||||
"resources":
|
||||
"overrides":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue