Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 9b5624b

Browse files
make docs
1 parent 4c49ce2 commit 9b5624b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

docs/monitors/kubernetes-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ This monitor will also emit by default any metrics that are not listed below.
117117
StatefulSet version indicated by `current_revision` property on the
118118
`kubernetes_uid` dimension for this StatefulSet.
119119

120-
- `kubernetes.stateful_set.desired` (*gauge*)<br> Number of desired pods in the stateful set (the `spec.replicas` field)
121-
- `kubernetes.stateful_set.ready` (*gauge*)<br> Number of pods created by the stateful set that have the `Ready` condition
120+
- ***`kubernetes.stateful_set.desired`*** (*gauge*)<br> Number of desired pods in the stateful set (the `spec.replicas` field)
121+
- ***`kubernetes.stateful_set.ready`*** (*gauge*)<br> Number of pods created by the stateful set that have the `Ready` condition
122122
- `kubernetes.stateful_set.updated` (*gauge*)<br> The number of pods created by the StatefulSet controller from the
123123
StatefulSet version indicated by the `update_revision` property on the
124124
`kubernetes_uid` dimension for this StatefulSet.

docs/monitors/openshift-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ This monitor will also emit by default any metrics that are not listed below.
118118
StatefulSet version indicated by `current_revision` property on the
119119
`kubernetes_uid` dimension for this StatefulSet.
120120

121-
- `kubernetes.stateful_set.desired` (*gauge*)<br> Number of desired pods in the stateful set (the `spec.replicas` field)
122-
- `kubernetes.stateful_set.ready` (*gauge*)<br> Number of pods created by the stateful set that have the `Ready` condition
121+
- ***`kubernetes.stateful_set.desired`*** (*gauge*)<br> Number of desired pods in the stateful set (the `spec.replicas` field)
122+
- ***`kubernetes.stateful_set.ready`*** (*gauge*)<br> Number of pods created by the stateful set that have the `Ready` condition
123123
- `kubernetes.stateful_set.updated` (*gauge*)<br> The number of pods created by the StatefulSet controller from the
124124
StatefulSet version indicated by the `update_revision` property on the
125125
`kubernetes_uid` dimension for this StatefulSet.

pkg/monitors/kubernetes/cluster/meta/genmetadata.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

selfdescribe.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39697,13 +39697,13 @@
3969739697
"type": "gauge",
3969839698
"description": "Number of desired pods in the stateful set (the `spec.replicas` field)",
3969939699
"group": null,
39700-
"default": false
39700+
"default": true
3970139701
},
3970239702
"kubernetes.stateful_set.ready": {
3970339703
"type": "gauge",
3970439704
"description": "Number of pods created by the stateful set that have the `Ready` condition",
3970539705
"group": null,
39706-
"default": false
39706+
"default": true
3970739707
},
3970839708
"kubernetes.stateful_set.updated": {
3970939709
"type": "gauge",
@@ -44023,13 +44023,13 @@
4402344023
"type": "gauge",
4402444024
"description": "Number of desired pods in the stateful set (the `spec.replicas` field)",
4402544025
"group": null,
44026-
"default": false
44026+
"default": true
4402744027
},
4402844028
"kubernetes.stateful_set.ready": {
4402944029
"type": "gauge",
4403044030
"description": "Number of pods created by the stateful set that have the `Ready` condition",
4403144031
"group": null,
44032-
"default": false
44032+
"default": true
4403344033
},
4403444034
"kubernetes.stateful_set.updated": {
4403544035
"type": "gauge",

0 commit comments

Comments
 (0)