What: Graduation DD - OpenTelemetry#2134
Conversation
Why: * Completion of DD and adopter interviess This change address the need by: * documenting the DD * recording the adopter interviews Signed-off-by: Emily Fox <themoxiefoxatwork@gmail.com>
055bcd8 to
9804960
Compare
Co-authored-by: Juliano Costa <julianocosta89@outlook.com> Signed-off-by: Emily Fox <33327273+TheFoxAtWork@users.noreply.github.com>
|
/toc |
|
/kind dd |
JohnHillegass
left a comment
There was a problem hiding this comment.
+1 for graduation! I’ve integrated OTEL into so many projects that I honestly forgot it was still in the incubating phase. IMO it's as ubiquitous and reliable as k8s for day-to-day operations. Fully support getting this merged!
|
I miss one thing: a way to show span drops As far as I know the OTEL client library will drop spans silently and server side has also no metric for span drops. As one, that already observed a full cluster with normal 50k-150k RPS, that had 0 RPS caused by span drops, I think graduation should have this as a requirement. |
angellk
left a comment
There was a problem hiding this comment.
Thank you to @TheFoxAtWork and @dims -- this has been an incredibly thorough review of the project for consideration at the Graduation maturity level.
Thank you for this feedback @szuecs -- please also follow-up with the project if you haven't already with your concerns. |
There are many reports already Also a specific one to go client open since ~2 years |
Thanks for the feedback, but as that issue you linked points out we do emit diagnostic information for dropped spans. The Collector also emits various metrics for spans/logs/datapoints dropped under pressure (or in various other scenarios). There's a discussion about creating a generalized set of self-health metrics for the SDK (open-telemetry/semantic-conventions#2152) that may interest you. We'd welcome your contributions. :) further notes --
|
|
/vote |
Vote created@TheFoxAtWork has called for a vote on The members of the following teams have binding votes:
Non-binding votes are also appreciated as a sign of support! How to voteYou can cast your vote by reacting to
Please note that voting for multiple options is not allowed and those votes won't be counted. The vote will be open for |
|
/check-vote |
Vote statusSo far Summary
Binding votes (5)
|
| User | Vote | Timestamp |
|---|---|---|
| caniszczyk | In favor | 2026-05-06 19:24:52.0 +00:00:00 |
| pranay01 | In favor | 2026-05-06 19:28:25.0 +00:00:00 |
| damemi | In favor | 2026-05-06 19:37:29.0 +00:00:00 |
| andrewtunall | In favor | 2026-05-06 19:45:00.0 +00:00:00 |
| tedsuo | In favor | 2026-05-06 19:54:25.0 +00:00:00 |
| chasemp | In favor | 2026-05-06 19:55:02.0 +00:00:00 |
| moshjeier | In favor | 2026-05-06 20:03:57.0 +00:00:00 |
| RolphH | In favor | 2026-05-06 20:09:24.0 +00:00:00 |
| immavalls | In favor | 2026-05-06 20:13:06.0 +00:00:00 |
| rohitg00 | In favor | 2026-05-06 20:48:33.0 +00:00:00 |
| ralf0131 | In favor | 2026-05-07 1:24:30.0 +00:00:00 |
| nitisht | In favor | 2026-05-07 1:34:36.0 +00:00:00 |
| austinlparker | In favor | 2026-05-07 1:55:44.0 +00:00:00 |
| abebars | In favor | 2026-05-07 3:27:18.0 +00:00:00 |
| jpkrohling | In favor | 2026-05-07 5:19:32.0 +00:00:00 |
| dmathieu | In favor | 2026-05-07 5:39:30.0 +00:00:00 |
| natyharary | In favor | 2026-05-07 6:21:13.0 +00:00:00 |
| julianocosta89 | In favor | 2026-05-07 6:34:23.0 +00:00:00 |
| Ntr0 | In favor | 2026-05-07 6:48:53.0 +00:00:00 |
| mugli | In favor | 2026-05-07 6:51:17.0 +00:00:00 |
| brunnert | In favor | 2026-05-07 6:51:42.0 +00:00:00 |
| Coalmine-Canary | In favor | 2026-05-07 7:05:49.0 +00:00:00 |
| svrnm | In favor | 2026-05-07 7:06:51.0 +00:00:00 |
| danherd | In favor | 2026-05-07 7:07:55.0 +00:00:00 |
| edvanbarros | In favor | 2026-05-07 7:35:42.0 +00:00:00 |
| amineamanzou | In favor | 2026-05-07 7:49:29.0 +00:00:00 |
| jiekun | In favor | 2026-05-07 7:57:37.0 +00:00:00 |
| ekkinox | In favor | 2026-05-07 8:12:42.0 +00:00:00 |
| sonalgaud12 | In favor | 2026-05-07 8:22:42.0 +00:00:00 |
| salaboy | In favor | 2026-05-07 8:29:24.0 +00:00:00 |
| ktoulgaridis | In favor | 2026-05-07 10:31:15.0 +00:00:00 |
| ChrsMark | In favor | 2026-05-07 10:32:41.0 +00:00:00 |
| vitorvasc | In favor | 2026-05-07 10:43:10.0 +00:00:00 |
| kaspernissen | In favor | 2026-05-07 10:53:19.0 +00:00:00 |
Why:
This change address the need by:
CC @dims