mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
update documentation after code freeze
Change-Id: Ifdc6ec5ef8a0070f4f5cae74543671c4ceb01a4d
This commit is contained in:
parent
aeb8a8dfa4
commit
4c9d3a1c42
@ -553,7 +553,7 @@
|
||||
If serving certificate is invalid or unused, the value will be +INF.
|
||||
type: Gauge
|
||||
stabilityLevel: ALPHA
|
||||
- name: kubelet_credential_provider_plugin_duration
|
||||
- name: credential_provider_plugin_duration
|
||||
subsystem: kubelet
|
||||
help: Duration of execution in seconds for credential provider plugin
|
||||
type: Histogram
|
||||
@ -572,7 +572,7 @@
|
||||
- 2.5
|
||||
- 5
|
||||
- 10
|
||||
- name: kubelet_credential_provider_plugin_errors
|
||||
- name: credential_provider_plugin_errors
|
||||
subsystem: kubelet
|
||||
help: Number of errors from credential provider plugin
|
||||
type: Counter
|
||||
@ -2065,17 +2065,15 @@
|
||||
subsystem: validating_admission_policy
|
||||
namespace: apiserver
|
||||
help: Validation admission latency for individual validation expressions in seconds,
|
||||
labeled by policy and param resource, further including binding, state and enforcement
|
||||
action taken.
|
||||
labeled by policy and further including binding, state and enforcement action
|
||||
taken.
|
||||
type: Histogram
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- enforcement_action
|
||||
- params
|
||||
- policy
|
||||
- policy_binding
|
||||
- state
|
||||
- validation_expression
|
||||
buckets:
|
||||
- 5e-07
|
||||
- 0.001
|
||||
@ -2085,18 +2083,15 @@
|
||||
- name: check_total
|
||||
subsystem: validating_admission_policy
|
||||
namespace: apiserver
|
||||
help: Validation admission policy check total, labeled by policy and param resource,
|
||||
and further identified by binding, validation expression, enforcement action taken,
|
||||
and state.
|
||||
help: Validation admission policy check total, labeled by policy and further identified
|
||||
by binding, enforcement action taken, and state.
|
||||
type: Counter
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- enforcement_action
|
||||
- params
|
||||
- policy
|
||||
- policy_binding
|
||||
- state
|
||||
- validation_expression
|
||||
- name: definition_total
|
||||
subsystem: validating_admission_policy
|
||||
namespace: apiserver
|
||||
@ -3855,12 +3850,6 @@
|
||||
- resource_group
|
||||
- source
|
||||
- subscription_id
|
||||
- name: number_of_l4_ilbs
|
||||
help: Number of L4 ILBs
|
||||
type: Gauge
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- feature
|
||||
- name: cloudprovider_gce_api_request_duration_seconds
|
||||
help: Latency of a GCE API call
|
||||
type: Histogram
|
||||
@ -3919,6 +3908,12 @@
|
||||
help: Counter of failed Token() requests to the alternate token source
|
||||
type: Counter
|
||||
stabilityLevel: ALPHA
|
||||
- name: number_of_l4_ilbs
|
||||
help: Number of L4 ILBs
|
||||
type: Gauge
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- feature
|
||||
- name: pod_security_errors_total
|
||||
help: Number of errors preventing normal evaluation. Non-fatal errors may result
|
||||
in the latest restricted profile being used for evaluation.
|
||||
|
@ -1,13 +1,14 @@
|
||||
---
|
||||
title: Kubernetes Metrics Reference
|
||||
content_type: reference
|
||||
auto-generated: true
|
||||
description: >-
|
||||
Details of the metric data that Kubernetes components export.
|
||||
---
|
||||
|
||||
## Metrics (v1.26)
|
||||
|
||||
<!-- (auto-generated 2022 Nov 08) -->
|
||||
<!-- (auto-generated 2022 Nov 10) -->
|
||||
<!-- (auto-generated v1.26) -->
|
||||
This page details the metrics that different Kubernetes components export. You can query the metrics endpoint for these
|
||||
components using an HTTP scrape, and fetch the current metrics data in Prometheus format.
|
||||
@ -848,15 +849,15 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
|
||||
<tr class="metric"><td class="metric_name">apiserver_validating_admission_policy_check_duration_seconds</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="histogram">Histogram</td>
|
||||
<td class="metric_description">Validation admission latency for individual validation expressions in seconds, labeled by policy and param resource, further including binding, state and enforcement action taken.</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">enforcement_action</div><div class="metric_label">params</div><div class="metric_label">policy</div><div class="metric_label">policy_binding</div><div class="metric_label">state</div><div class="metric_label">validation_expression</div></td>
|
||||
<td class="metric_description">Validation admission latency for individual validation expressions in seconds, labeled by policy and further including binding, state and enforcement action taken.</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">enforcement_action</div><div class="metric_label">policy</div><div class="metric_label">policy_binding</div><div class="metric_label">state</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">apiserver_validating_admission_policy_check_total</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="counter">Counter</td>
|
||||
<td class="metric_description">Validation admission policy check total, labeled by policy and param resource, and further identified by binding, validation expression, enforcement action taken, and state.</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">enforcement_action</div><div class="metric_label">params</div><div class="metric_label">policy</div><div class="metric_label">policy_binding</div><div class="metric_label">state</div><div class="metric_label">validation_expression</div></td>
|
||||
<td class="metric_description">Validation admission policy check total, labeled by policy and further identified by binding, enforcement action taken, and state.</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">enforcement_action</div><div class="metric_label">policy</div><div class="metric_label">policy_binding</div><div class="metric_label">state</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">apiserver_validating_admission_policy_definition_total</td>
|
||||
@ -1433,6 +1434,20 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
|
||||
<td class="metric_labels_varying"></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">kubelet_credential_provider_plugin_duration</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="histogram">Histogram</td>
|
||||
<td class="metric_description">Duration of execution in seconds for credential provider plugin</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">plugin_name</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">kubelet_credential_provider_plugin_errors</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="counter">Counter</td>
|
||||
<td class="metric_description">Number of errors from credential provider plugin</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">plugin_name</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">kubelet_device_plugin_alloc_duration_seconds</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="histogram">Histogram</td>
|
||||
@ -1496,20 +1511,6 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
|
||||
<td class="metric_labels_varying"><div class="metric_label">long_running</div><div class="metric_label">method</div><div class="metric_label">path</div><div class="metric_label">server_type</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">kubelet_kubelet_credential_provider_plugin_duration</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="histogram">Histogram</td>
|
||||
<td class="metric_description">Duration of execution in seconds for credential provider plugin</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">plugin_name</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">kubelet_kubelet_credential_provider_plugin_errors</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="counter">Counter</td>
|
||||
<td class="metric_description">Number of errors from credential provider plugin</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">plugin_name</div></td>
|
||||
<td class="metric_labels_constant"></td>
|
||||
<td class="metric_deprecated_version"></td></tr>
|
||||
<tr class="metric"><td class="metric_name">kubelet_lifecycle_handler_http_fallbacks_total</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type="counter">Counter</td>
|
||||
|
@ -44,6 +44,7 @@ const (
|
||||
templ = `---
|
||||
title: Kubernetes Metrics Reference
|
||||
content_type: reference
|
||||
auto-generated: true
|
||||
description: >-
|
||||
Details of the metric data that Kubernetes components export.
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user