Skip to content

Commit d160adb

Browse files
author
Han Kang
committed
fix metadata
1 parent 74aa13c commit d160adb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

keps/sig-instrumentation/20191028-metrics-stability-to-beta.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@ title: Metrics Stability Framework to Beta
33
authors:
44
- "@logicalhan"
55
- "@RainbowMango"
6-
owning-sig:
7-
- sig-instrumentation
6+
owning-sig: sig-instrumentation
87
participating-sigs:
98
- sig-instrumentation
109
reviewers:
11-
- @brancz
10+
- "@brancz"
1211
approvers:
12+
- "@brancz"
13+
editor: "@brancz"
1314
creation-date: 2019-10-28
15+
last-updated: 2019-10-28
16+
status: implementable
1417
see-also:
1518
- 20181106-kubernetes-metrics-overhaul
1619
- 20190404-kubernetes-control-plane-metrics-stability
1720
- 20190605-metrics-stability-migration
1821
- 20190605-metrics-validation-and-verification
19-
status: proposed
2022
---
2123

2224
# Metrics Stability Framework to Beta
@@ -42,7 +44,7 @@ These are the planned changes for Beta feature graduation:
4244
* No Kubernetes binaries register metrics to prometheus registries directly.
4345
* There is a validated import restriction on all kubernetes binaries (except `component-base/metrics`) such that we will fail, in a precommit phase, a direct import of prometheus in kubernetes. This forces all metrics related code to go through the metrics stability framework.
4446
* All currently deprecated metrics are deprecated using the `DeprecatedVersion` field of metrics options struct.
45-
* All Kubernetes binaries should have a command flag `--show-hidden-metrics` by which cluster admins can show metrics deprecated in last minor release.
47+
* All Kubernetes binaries should have a command flag `--show-hidden-metrics` by which cluster admins can show metrics deprecated in last minor release.
4648

4749
### Non-Goals
4850

0 commit comments

Comments
 (0)