add reference to ksm
This commit is contained in:
parent
caecdf5a0e
commit
e984f3b36d
|
|
@ -138,6 +138,12 @@ group. Metrics take the form:
|
||||||
kube_[<group>](https://kubernetes.io/docs/reference/using-api/#api-groups)_<kind>_metric
|
kube_[<group>](https://kubernetes.io/docs/reference/using-api/#api-groups)_<kind>_metric
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The [Kube-State-Metrics](https://github.com/kubernetes/kube-state-metrics)
|
||||||
|
project introduced the original kube_* prefixed metrics. For examples of
|
||||||
|
kube_* prefixed metrics, refer to the list of
|
||||||
|
[Exposed Metrics](https://github.com/kubernetes/kube-state-metrics/tree/master/docs#exposed-metrics)
|
||||||
|
in the Kube-State-Metrics documentation.
|
||||||
|
|
||||||
## Dimensionality & Cardinality
|
## Dimensionality & Cardinality
|
||||||
|
|
||||||
Metrics can often replace more expensive logging as they are time-aggregated
|
Metrics can often replace more expensive logging as they are time-aggregated
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue