summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-21 14:49:57 +0300
committerPavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>2023-04-26 10:38:55 +0300
commitc3d465223ef60baa75d902fa891f848058fc64aa (patch)
treecdebc26ecdfcb93875dcae56f2f47de26f41fcae /README.md
parent47ece52acd2d9d810cb72101139759427eb379d7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7545e94..701ccd5 100644
--- a/README.md
+++ b/README.md
@@ -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: