diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-21 14:49:57 +0300 |
|---|---|---|
| committer | Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-26 10:38:55 +0300 |
| commit | c3d465223ef60baa75d902fa891f848058fc64aa (patch) | |
| tree | cdebc26ecdfcb93875dcae56f2f47de26f41fcae /README.md | |
| parent | 47ece52acd2d9d810cb72101139759427eb379d7 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ Robusta KRR uses the following Prometheus queries to gather usage data: - CPU Usage: ``` - sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{namespace="{object.namespace}", pod="{pod}", container="{object.container}"}) + sum(irate(container_cpu_usage_seconds_total{{namespace="{object.namespace}", pod="{pod}", container="{object.container}"}}[{step}])) ``` - Memory Usage: |
