You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/instrumentation/documentation/documentation.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ description: >-
8
8
9
9
## Metrics (v1.28)
10
10
11
-
<!-- (auto-generated 2023 Jul 20) -->
11
+
<!-- (auto-generated 2023 Jul 25) -->
12
12
<!-- (auto-generated v1.28) -->
13
13
This page details the metrics that different Kubernetes components export. You can query the metrics endpoint for these
14
14
components using an HTTP scrape, and fetch the current metrics data in Prometheus format.
15
15
16
16
### List of Stable Kubernetes Metrics
17
17
18
+
Stable metrics observe strict API contracts and no labels can be added or removed from stable metrics during their lifetime.
19
+
18
20
<tableclass="table metrics"caption="This is the list of STABLE metrics emitted from core Kubernetes components">
19
21
<thead>
20
22
<tr>
@@ -223,6 +225,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
223
225
224
226
### List of Beta Kubernetes Metrics
225
227
228
+
Beta metrics observe a looser API contract than its stable counterparts. No labels can be removed from beta metrics during their lifetime, however, labels can be added while the metric is in the beta stage. This offers the assurance that beta metrics will honor existing dashboards and alerts, while allowing for amendments in the future.
229
+
226
230
<tableclass="table metrics"caption="This is the list of BETA metrics emitted from core Kubernetes components">
227
231
<thead>
228
232
<tr>
@@ -333,6 +337,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
333
337
334
338
### List of Alpha Kubernetes Metrics
335
339
340
+
Alpha metrics do not have any API guarantees. These metrics must be used at your own risk, subsequent versions of Kubernetes may remove these metrics altogether, or mutate the API in such a way that breaks existing dashboards and alerts.
341
+
336
342
<tableclass="table metrics"caption="This is the list of ALPHA metrics emitted from core Kubernetes components">
Copy file name to clipboardExpand all lines: test/instrumentation/documentation/main.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
58
58
59
59
### List of Stable Kubernetes Metrics
60
60
61
+
Stable metrics observe strict API contracts and no labels can be added or removed from stable metrics during their lifetime.
62
+
61
63
<table class="table metrics" caption="This is the list of STABLE metrics emitted from core Kubernetes components">
62
64
<thead>
63
65
<tr>
@@ -84,6 +86,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
84
86
85
87
### List of Beta Kubernetes Metrics
86
88
89
+
Beta metrics observe a looser API contract than its stable counterparts. No labels can be removed from beta metrics during their lifetime, however, labels can be added while the metric is in the beta stage. This offers the assurance that beta metrics will honor existing dashboards and alerts, while allowing for amendments in the future.
90
+
87
91
<table class="table metrics" caption="This is the list of BETA metrics emitted from core Kubernetes components">
88
92
<thead>
89
93
<tr>
@@ -110,6 +114,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
110
114
111
115
### List of Alpha Kubernetes Metrics
112
116
117
+
Alpha metrics do not have any API guarantees. These metrics must be used at your own risk, subsequent versions of Kubernetes may remove these metrics altogether, or mutate the API in such a way that breaks existing dashboards and alerts.
118
+
113
119
<table class="table metrics" caption="This is the list of ALPHA metrics emitted from core Kubernetes components">
0 commit comments