Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfoodie committed Feb 14, 2025
1 parent 13c42ae commit b39c5e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ The following recording rule is marked deprecated. They will be removed in v2.0.
```bash
node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate
```
It will be replaced by the following recording rule to
- use `rate` over `irate` in favour of preserving more points of data
- add `5m` in recording rule name to indicate rate
It will be replaced by the following recording rule
```bash
node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate5m
```
Reasons for replacement:
- use `rate` over `irate` in favour of preserving more points of data
- add `5m` in recording rule name to indicate rate

## How to use

Expand Down

0 comments on commit b39c5e8

Please # to comment.