-
Notifications
You must be signed in to change notification settings - Fork 175
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
HTTP semantic convention / OTEL_SEMCONV_STABILITY_OPT_IN
prototypes
#319
Comments
Update on prototyping requirement: Java HTTP instrumentation was previously updated to 1.21.0. It is currently being updated to 1.22.0 and beyond (cc @mateuszrzeszutek). .NET is in similar situation. HTTP instrumentation was previously updated to 1.21.0 and is currently being updated to 1.22.0 and beyond (cc @vishweshbankwar). Python prototyping is underway (cc @lzchen) |
Update on prototyping requirement: Java - stable semantic conventions close to production ready across 23 HTTP client instrumentations and 11 HTTP server instrumentations (open-telemetry/opentelemetry-java-instrumentation#9785) .NET - stable semantic conventions close to production ready for .NET HttpClient instrumentation and ASP.NET server instrumentation Python - Basic prototype of one HTTP client instrumentation and two HTTP server instrumentations |
Closing, I believe the prototype requirement has been met (and produced the desired validation and feedback loop which resulted in several subsequent changes to the semantic conventions) |
Based on open-telemetry/opentelemetry-specification#3241, we need at least three prototypes before we can mark HTTP semantic conventions as stable.
So far these prototypes exist (and are continuing to be updated) in Java and .NET.
The text was updated successfully, but these errors were encountered: