Skip to content

Commit c2ef657

Browse files
author
Han Kang
committed
update implementation history and link relevant PRs
1 parent 6f1b5c0 commit c2ef657

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

keps/sig-instrumentation/1209-metrics-stability/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,19 @@ At worst, this thing can clog the commit pipeline (since it is effectively a con
222222

223223
## Implementation History
224224

225-
See:
226-
227225
1. [Metrics Stability Framework#Implementation History]
228226
1. [Metrics Stability Migration#Implementation History]
229227
1. [Metrics Validation and Verification#Implementation History]
230228
1. [Metrics Stability to Beta#Implementation History]
231229

230+
Status: currently implemented.
231+
232+
### Current list of stable metrics:
233+
234+
1. [apiserver_request_total](https://github.com/kubernetes/kubernetes/pull/99788)
235+
2. [apiserver_storage_object_counts](https://github.com/kubernetes/kubernetes/pull/99785)
236+
3. [apiserver_request_duration_seconds](https://github.com/kubernetes/kubernetes/pull/99925)
237+
232238
[Metrics Stability Framework#Implementation History]: kubernetes-control-plane-metrics-stability.md#implementation-history
233239
[Metrics Stability Migration#Implementation History]: metrics-stability-migration.md#implementation-history
234240
[Metrics Validation and Verification#Implementation History]: metrics-validation-and-verification.md#implementation-history

keps/sig-instrumentation/1209-metrics-stability/kubernetes-control-plane-metrics-stability.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ Metrics which are added dynamically after application boot - Metrics which are d
321321
- Wrappers added around prometheus registry and counter/counterVec metric type [PR-77037](https://github.com/kubernetes/kubernetes/pull/77037)
322322
- Wrappers added around prometheus gauge, histogram & summary metric types [PR-77618](https://github.com/kubernetes/kubernetes/pull/77618)
323323
- Make sig-instrumentation owners for component-base metrics directory [PR-77621](https://github.com/kubernetes/kubernetes/pull/77621)
324+
- [Allow explicit disabling of metrics as an escape hatch](https://github.com/kubernetes/kubernetes/pull/99217)
324325
325326
## References
326327

0 commit comments

Comments
 (0)