We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caecdf5 commit e984f3bCopy full SHA for e984f3b
contributors/devel/sig-instrumentation/instrumentation.md
@@ -138,6 +138,12 @@ group. Metrics take the form:
138
kube_[<group>](https://kubernetes.io/docs/reference/using-api/#api-groups)_<kind>_metric
139
```
140
141
+The [Kube-State-Metrics](https://github.com/kubernetes/kube-state-metrics)
142
+project introduced the original kube_* prefixed metrics. For examples of
143
+kube_* prefixed metrics, refer to the list of
144
+[Exposed Metrics](https://github.com/kubernetes/kube-state-metrics/tree/master/docs#exposed-metrics)
145
+in the Kube-State-Metrics documentation.
146
+
147
## Dimensionality & Cardinality
148
149
Metrics can often replace more expensive logging as they are time-aggregated
0 commit comments