github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/testdata/local-charts/prometheus/charts/kube-state-metrics/templates/NOTES.txt (about)

     1  kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
     2  The exposed metrics can be found here:
     3  https://github.com/kubernetes/kube-state-metrics/blob/master/docs/README.md#exposed-metrics
     4  
     5  The metrics are exported on the HTTP endpoint /metrics on the listening port.
     6  In your case, {{ template "kube-state-metrics.fullname" . }}.{{ template "kube-state-metrics.namespace" . }}.svc.cluster.local:{{ .Values.service.port }}/metrics
     7  
     8  They are served either as plaintext or protobuf depending on the Accept header.
     9  They are designed to be consumed either by Prometheus itself or by a scraper that is compatible with scraping a Prometheus client endpoint.
    10