-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Recombine: Multiline golang stack trace example #36275
Labels
Comments
Fresa
added
enhancement
New feature or request
needs triage
New item requiring triage
labels
Nov 8, 2024
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi. Can you attach a golang stack trace example? I can help with this. |
@VihasMakwana here are two examples, one using zap:
and second one using runtime/debug:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
pkg/stanza
Is your feature request related to a problem? Please describe.
I would like to recombine golang stack traces.
Describe the solution you'd like
The documentation for recombine has an example for how to recombine a java stack trace. Would be great to have something similar for a golang stack trace.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: