-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Consider TraceId/SpanId to implement Stringer interface? #577
Comments
Make sure that structure for print is inline with logging efforts. |
From our SIG meeting: the ask is to possibly add a separate method Ideally the |
@rghetia can you point me to what the logging efforts are? |
@MrAlias I'd like to take this up. |
All yours @shouri007 😄 |
@MrAlias Can we close this issue as it's resolved now? |
Currently we use
SpanIdString()
https://github.com/open-telemetry/opentelemetry-go/blob/master/api/core/span_context.go#L174, but if we rename that to justString
fmt will print that nicer :)The text was updated successfully, but these errors were encountered: