Skip to content

Commit 33344a8

Browse files
authored
Merge pull request kubernetes#3525 from dashpole/update_tracing_1_26
KEP-647: Update beta version to 1.26 and add graduation criterion
2 parents 8e5e4e6 + d45d3dc commit 33344a8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

keps/sig-instrumentation/647-apiserver-tracing/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,11 @@ Alpha
176176
Beta
177177

178178
- [] Tracing 100% of requests does not break scalability tests (this does not necessarily mean trace backends can handle all the data).
179-
- [] OpenTelemetry reaches GA
179+
- [X] OpenTelemetry reaches GA
180180
- [] Publish examples of how to use the OT Collector with kubernetes
181-
- [] Allow time for feedback
181+
- [X] Allow time for feedback
182182
- [] Revisit the format used to export spans.
183+
- [] Parity with the old text-based Traces
183184

184185
GA
185186

keps/sig-instrumentation/647-apiserver-tracing/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ prr-approvers:
2222
see-also:
2323
replaces:
2424
stage: beta
25-
last-updated: 2022-01-18
26-
latest-milestone: "v1.24"
25+
last-updated: 2022-09-19
26+
latest-milestone: "v1.26"
2727
milestone:
2828
alpha: "v1.22"
29-
beta: "v1.24"
29+
beta: "v1.26"
3030
feature-gates:
3131
- name: APIServerTracing
3232
disable-supported: true

0 commit comments

Comments
 (0)