Skip to content

Commit e984f3b

Browse files
committed
add reference to ksm
1 parent caecdf5 commit e984f3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributors/devel/sig-instrumentation/instrumentation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ group. Metrics take the form:
138138
kube_[<group>](https://kubernetes.io/docs/reference/using-api/#api-groups)_<kind>_metric
139139
```
140140

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+
141147
## Dimensionality & Cardinality
142148

143149
Metrics can often replace more expensive logging as they are time-aggregated

0 commit comments

Comments
 (0)