-
Notifications
You must be signed in to change notification settings - Fork 183
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
proposal to make code.stacktrace (or code.* namespace) stable #1377
Comments
After a bit of research on trying to find usages of fields in the
In addition, as described in #1012 we know that the When searching for text occurrences of those
Also, the value and format |
In support of this proposal and as described above, PHP SIG uses |
I've added this to the next Semantic Convention SIG agenda to ask what the semconv maintainers think |
it turned out this was discussed previously in Semantic Convention SIG 9/9/2024 😄
@AlexanderWert @SylvainJuge do you want to move forward with this plan? if so, can you create an issue to recruit members and create a new |
Area(s)
area:code
Is your change request related to a problem? Please describe.
The
code.stacktrace
is currently experimental, and we think it would make sense to make it stable.Current known usages:
Making this attribute stable would allow making features that rely on it stable, relying on an experimental/incubating attribute transitively forces the feature as experimental/incubating.
Describe the solution you'd like
Making the
code.stacktrace
attribute stable, or making the wholecode.*
namespace stable.Describe alternatives you've considered
Making the whole
code.*
attributes stable would be an alternative as most of those fields are not ambiguous even if some of their values are platform-specific (thecode.stacktrace
being a good example).For now keeping the scope to
code.stacktrace
is a way to reduce the scope as an attempt to making this change easier.Additional context
Making this attribute stable was discussed in August 29th Java SIG Meeting where the topic was "how to make a component in java contrib stable".
Steps and progress
code.function.name
andcode.namespace
#1677stable
The text was updated successfully, but these errors were encountered: