Skip to content

Commit 1ea0ba8

Browse files
authored
One more typo fix
1 parent 4c6fff1 commit 1ea0ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customresourcestate-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ spec:
168168
Produces the following metrics:
169169

170170
```prometheus
171-
kube_crd_active_count{group="myteam.io", kind="Foo", version="v1", active="1",custom_metric="yes",foo="bar",name="foo",bar="baz",qux="quxx",type="type-a"} 2
172-
kube_crd_active_count{group="myteam.io", kind="Foo", version="v1", active="3",custom_metric="yes",foo="bar",name="foo",bar="baz",qux="quxx",type="type-b"} 4
171+
kube_crd_ready_count{group="myteam.io", kind="Foo", version="v1", active="1",custom_metric="yes",foo="bar",name="foo",bar="baz",qux="quxx",type="type-a"} 2
172+
kube_crd_ready_count{group="myteam.io", kind="Foo", version="v1", active="3",custom_metric="yes",foo="bar",name="foo",bar="baz",qux="quxx",type="type-b"} 4
173173
```
174174

175175
### Metric types

0 commit comments

Comments
 (0)