mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
update documentation with custom collector metrics
Change-Id: I78f2ca39bb4750e9596fba171136ffbe3ad35538
This commit is contained in:
parent
c2f67ac141
commit
12d58d0875
@ -2775,6 +2775,7 @@
|
||||
help: Observations, at the end of every nanosecond, of number of requests (as a
|
||||
fraction of the relevant limit) waiting or in any stage of execution (but only
|
||||
initial stage for WATCHes)
|
||||
type: TimingRatioHistogram
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- phase
|
||||
@ -2795,6 +2796,7 @@
|
||||
namespace: apiserver
|
||||
help: Observations, at the end of every nanosecond, of utilization of seats for
|
||||
any stage of execution (but only initial stage for WATCHes)
|
||||
type: TimingRatioHistogram
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- priority_level
|
||||
@ -2819,6 +2821,7 @@
|
||||
namespace: apiserver
|
||||
help: Observations, at the end of every nanosecond, of the number of requests (as
|
||||
a fraction of the relevant limit) waiting or in regular stage of execution
|
||||
type: TimingRatioHistogram
|
||||
stabilityLevel: ALPHA
|
||||
labels:
|
||||
- phase
|
||||
|
@ -412,19 +412,19 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu
|
||||
<td class="metric_labels_constant">None</td></tr>
|
||||
<tr class="metric"><td class="metric_name">apiserver_flowcontrol_priority_level_request_utilization</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type=""></td>
|
||||
<td class="metric_type" data-type="timingratiohistogram">TimingRatioHistogram</td>
|
||||
<td class="metric_description">Observations, at the end of every nanosecond, of number of requests (as a fraction of the relevant limit) waiting or in any stage of execution (but only initial stage for WATCHes)</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">phase</div><div class="metric_label">priority_level</div></td>
|
||||
<td class="metric_labels_constant">None</td></tr>
|
||||
<tr class="metric"><td class="metric_name">apiserver_flowcontrol_priority_level_seat_utilization</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type=""></td>
|
||||
<td class="metric_type" data-type="timingratiohistogram">TimingRatioHistogram</td>
|
||||
<td class="metric_description">Observations, at the end of every nanosecond, of utilization of seats for any stage of execution (but only initial stage for WATCHes)</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">priority_level</div></td>
|
||||
<td class="metric_labels_constant">map[phase:executing]</td></tr>
|
||||
<tr class="metric"><td class="metric_name">apiserver_flowcontrol_read_vs_write_current_requests</td>
|
||||
<td class="metric_stability_level" data-stability="alpha">ALPHA</td>
|
||||
<td class="metric_type" data-type=""></td>
|
||||
<td class="metric_type" data-type="timingratiohistogram">TimingRatioHistogram</td>
|
||||
<td class="metric_description">Observations, at the end of every nanosecond, of the number of requests (as a fraction of the relevant limit) waiting or in regular stage of execution</td>
|
||||
<td class="metric_labels_varying"><div class="metric_label">phase</div><div class="metric_label">request_kind</div></td>
|
||||
<td class="metric_labels_constant">None</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user