Skip to content

Commit 2e4f425

Browse files
author
Han Kang
committed
add GA requirement for extending metrics stability
1 parent 7cb9920 commit 2e4f425

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

keps/prod-readiness/sig-instrumentation/3498.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ alpha:
66
approver: "@wojtek-t"
77
beta:
88
approver: "@wojtek-t"
9+
stable:
10+
approver: "@wojtek-t"

keps/sig-instrumentation/3498-extending-stability/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ For the beta version of this KEP, we begin permitting metrics to be promoted to
288288

289289
- We will allow bake time before promoting this feature to GA
290290
- At this stage, we will promote our meta-metric for registered metrics to Stable
291+
- We also require an update to the prometheus golang client such that we can add process start time to a header, so that scraping clients do not have to parse the entire metrics payload in order to properly process counter metrics. Please see [this PR](https://github.com/prometheus/client_golang/pull/1278) for more details.
291292

292293
#### Deprecation
293294

keps/sig-instrumentation/3498-extending-stability/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ latest-milestone: "v1.27"
2626
milestone:
2727
alpha: "v1.26"
2828
beta: "v1.27"
29-
stable: "v1.29"
29+
stable: "v1.28"
3030

3131
feature-gates:
3232
- name: "n/a"

0 commit comments

Comments
 (0)