update documentation with custom collector metrics

Change-Id: I78f2ca39bb4750e9596fba171136ffbe3ad35538
This commit is contained in:
Han Kang 2022-11-01 13:57:10 -07:00
parent c2f67ac141
commit 12d58d0875
2 changed files with 6 additions and 3 deletions

View File

@ -2775,6 +2775,7 @@
help: Observations, at the end of every nanosecond, of number of requests (as a 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 fraction of the relevant limit) waiting or in any stage of execution (but only
initial stage for WATCHes) initial stage for WATCHes)
type: TimingRatioHistogram
stabilityLevel: ALPHA stabilityLevel: ALPHA
labels: labels:
- phase - phase
@ -2795,6 +2796,7 @@
namespace: apiserver namespace: apiserver
help: Observations, at the end of every nanosecond, of utilization of seats for help: Observations, at the end of every nanosecond, of utilization of seats for
any stage of execution (but only initial stage for WATCHes) any stage of execution (but only initial stage for WATCHes)
type: TimingRatioHistogram
stabilityLevel: ALPHA stabilityLevel: ALPHA
labels: labels:
- priority_level - priority_level
@ -2819,6 +2821,7 @@
namespace: apiserver namespace: apiserver
help: Observations, at the end of every nanosecond, of the number of requests (as 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 a fraction of the relevant limit) waiting or in regular stage of execution
type: TimingRatioHistogram
stabilityLevel: ALPHA stabilityLevel: ALPHA
labels: labels:
- phase - phase

View File

@ -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> <td class="metric_labels_constant">None</td></tr>
<tr class="metric"><td class="metric_name">apiserver_flowcontrol_priority_level_request_utilization</td> <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_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_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_varying"><div class="metric_label">phase</div><div class="metric_label">priority_level</div></td>
<td class="metric_labels_constant">None</td></tr> <td class="metric_labels_constant">None</td></tr>
<tr class="metric"><td class="metric_name">apiserver_flowcontrol_priority_level_seat_utilization</td> <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_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_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_varying"><div class="metric_label">priority_level</div></td>
<td class="metric_labels_constant">map[phase:executing]</td></tr> <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> <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_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_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_varying"><div class="metric_label">phase</div><div class="metric_label">request_kind</div></td>
<td class="metric_labels_constant">None</td></tr> <td class="metric_labels_constant">None</td></tr>