mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
This change adds 3 metrics tracking client-go requests to the Kubernetes API: * `prometheus_operator_kubernetes_client_http_requests_total`, counter with a `status_code` label. * `prometheus_operator_kubernetes_client_http_request_duration_seconds`, summary with a `endpoint` label. * `prometheus_operator_kubernetes_client_rate_limiter_duration_seconds`, summary with a `endpoint` label. Signed-off-by: Simon Pasquier <spasquie@redhat.com>