Skip to content
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

Capture error message for tracing on the span itself #436

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

DavidS-ovm
Copy link
Contributor

@DavidS-ovm DavidS-ovm commented Jun 24, 2024

span.RecordError adds an exception span event, which is nice to have to see the timing, but awful for aggregation in honeycomb. This also adds the most relevant data to the span for easier querying.

`span.RecordError` adds an `exception` span event, which is nive to have
to see the timing, but awful for aggregation in honeycomb. This also
adds the most relevant data to the span for easier querying.
@DavidS-ovm DavidS-ovm added sustain Work that keeps the gears greased but doesn't contribute directly to our roadmap and removed sustain Work that keeps the gears greased but doesn't contribute directly to our roadmap labels Jun 24, 2024
@DavidS-ovm DavidS-ovm enabled auto-merge June 24, 2024 10:45
@DavidS-ovm DavidS-ovm merged commit 28a32e6 into main Jun 24, 2024
5 checks passed
@DavidS-ovm DavidS-ovm deleted the error-msg branch June 24, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants