Skip to content

Commit c7cf95c

Browse files
committed
try adding space
1 parent b94046a commit c7cf95c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,14 @@ We wanted to backfill `release-0.1` to `release-0.12` to have a changelog, but w
5858

5959
## Metrics Deprecation
6060

61-
The following recording rule is marked deprecated. They will be removed in v2.0.0.
61+
The following recording rule is marked deprecated. It will be removed in v2.0.0.
62+
6263
```bash
6364
node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate
6465
```
66+
6567
It will be replaced by the following recording rule to preserve data points using `rate` and add `5m` to indicate the range of the rate query in the recording rule name.
68+
6669
```bash
6770
node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate5m
6871
```

0 commit comments

Comments
 (0)