-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Revisit current ptrace.TraceState
API
#6022
Milestone
Comments
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 12, 2022
Fixes open-telemetry#6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 12, 2022
Fixes open-telemetry#6022 Will keep the type immutable and will offer mutatore similar with Flags "WithEntry" which will return a new TraceState. Signed-off-by: Bogdan <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 12, 2022
Fixes open-telemetry#6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]>
This was referenced Sep 12, 2022
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 13, 2022
Fixes open-telemetry#6022 Will keep the type immutable and will offer mutatore similar with Flags "WithEntry" which will return a new TraceState. Signed-off-by: Bogdan <[email protected]>
I think #6052 is a better option providing extensibility that possibly can be utilized |
@jpkrohling also vote for the same. So will move forward with that proposal. Will close the alternate PR. |
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 13, 2022
Fixes open-telemetry#6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 13, 2022
Fixes open-telemetry#6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 13, 2022
Fixes open-telemetry#6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Sep 13, 2022
Fixes open-telemetry#6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]>
bogdandrutu
added a commit
that referenced
this issue
Sep 13, 2022
* Replace immutable TraceState with a mutable struct Fixes #6022 Main motivation is that we may want to allow mutating (adding an entry to the state). Signed-off-by: Bogdan <[email protected]> * Update CHANGELOG.md Co-authored-by: Dmitrii Anoshin <[email protected]> Signed-off-by: Bogdan <[email protected]> Co-authored-by: Dmitrii Anoshin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pcommon
? Reason to do it is because the ids are already part of thepcommon
and most likely this will become part of logs and metrics exemplars.AsRaw
andFromRaw
.The text was updated successfully, but these errors were encountered: