mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kube-state-metrics]: Fix link to metric docu (#13647)
Signed-off-by: Florian Rusch <git@florianrusch.de> [stable/kube-state-metrics] Bump Chart version Co-Authored-By: Tariq Ibrahim <tariq181290@gmail.com> Bump Version Signed-off-by: Florian Rusch <git@florianrusch.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9fecdb0ebc
commit
c0e04eaba5
@@ -5,7 +5,7 @@ keywords:
|
||||
- metric
|
||||
- monitoring
|
||||
- prometheus
|
||||
version: 1.6.0
|
||||
version: 1.6.1
|
||||
appVersion: 1.6.0
|
||||
home: https://github.com/kubernetes/kube-state-metrics/
|
||||
sources:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
The exposed metrics can be found here:
|
||||
https://github.com/kubernetes/kube-state-metrics/tree/master/Documentation#documentation.
|
||||
https://github.com/kubernetes/kube-state-metrics/blob/master/docs/README.md#exposed-metrics
|
||||
|
||||
The metrics are exported on the HTTP endpoint /metrics on the listening port.
|
||||
In your case, {{ template "kube-state-metrics.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}/metrics
|
||||
|
||||
Reference in New Issue
Block a user