Skip to content

Commit 13c42ae

Browse files
committed
chore: update readme
1 parent c2a9315 commit 13c42ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,19 @@ Maintainers can trigger the [release workflow](.github/workflows/release.yaml) b
5656

5757
We wanted to backfill `release-0.1` to `release-0.12` to have a changelog, but we were not able to use a GitHub action in a newer commit to trigger a release that generates a changelog on older commits. See #489 for full discussion.
5858

59+
## Metrics Deprecation
60+
61+
The following recording rule is marked deprecated. They will be removed in v2.0.0.
62+
```bash
63+
node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate
64+
```
65+
It will be replaced by the following recording rule to
66+
- use `rate` over `irate` in favour of preserving more points of data
67+
- add `5m` in recording rule name to indicate rate
68+
```bash
69+
node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate5m
70+
```
71+
5972
## How to use
6073

6174
This mixin is designed to be vendored into the repo with your infrastructure config. To do this, use [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler):

0 commit comments

Comments
 (0)