Skip to content

Commit

Permalink
docs: Add Kubernetes Rest Client metrics reference
Browse files Browse the repository at this point in the history
Signed-off-by: Yusuke Suzuki <yusuke-suzuki@cybozu.co.jp>
  • Loading branch information
ysksuzuki authored and joestringer committed Jun 27, 2023
1 parent 47331fe commit 61e5a2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/observability/metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,17 @@ Name Labels
``k8s_terminating_endpoints_events_total`` Enabled Number of terminating endpoint events received from Kubernetes
=========================================== ================================================== ========== ========================================================

Kubernetes Rest Client
~~~~~~~~~~~~~~~~~~~~~~

============================================= ============================================= ========== ===========================================================
Name Labels Default Description
============================================= ============================================= ========== ===========================================================
``k8s_client_api_latency_time_seconds`` ``path``, ``method`` Enabled Duration of processed API calls labeled by path and method
``k8s_client_rate_limiter_duration_seconds`` ``path``, ``method`` Enabled Kubernetes client rate limiter latency in seconds. Broken down by path and method
``k8s_client_api_calls_total`` ``host``, ``method``, ``return_code`` Enabled Number of API calls made to kube-apiserver labeled by host, method and return code
============================================= ============================================= ========== ===========================================================

IPAM
~~~~

Expand Down

0 comments on commit 61e5a2e

Please sign in to comment.