-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement stable http semantic conventions #4897
Comments
OTEL_SEMCONV_STABILITY_OPT_IN
that includes http
and http/dup
options as suggested in the Migration Plan.
Hi @JamieDanielson, I wanted to check if there's any update on Issue #4897 or if it's still a WIP. I'm implementing OpenTelemetry via @opentelemetry-api in a TypeScript/NestJS project, and I’m encountering a similar issue where HTTP attributes aren't updating. And here’s how it looks in my local Grafana: Could you confirm if there's a solution for this or if it's still being worked on? 😃 Thank you so much! |
Hey all! Is there any update on this? It seems the blocking item has been closed? |
I have updated the issue description to include a checklist for items in flight, as well as remove the "blocked" note. |
As of right now, the http client spans have the updated option using |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Something that came up on #5217: I think we should have code-only stability-opt-in config, as opposed to pseudo-env var config via |
This is part of Semantic Convention Update: Tracking Issue #4572.
#4690 updated semantic conventions to 1.27, and includes both stable and experimental attributes.
This issue is for updating instrumentations to allow for dual emitting stable and experimental HTTP attributes.
OTEL_SEMCONV_STABILITY_OPT_IN
that includeshttp
andhttp/dup
options as suggested in the Migration Plan.http
as the env var value) or dual emit experimental and stable HTTP attributes (http/dup
).The next major version bump should drop this dual emit for HTTP attributes and default to only the stable HTTP attributes.
The text was updated successfully, but these errors were encountered: