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

use si.error.message instead of error in spans #5265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

britmyerss
Copy link
Contributor

When we do something like error=?err the error attribute in Honeycomb is mapped to a bool, so we lose the context. By sending the error struct to si.error.message we get more context. This would have been helpful when troubleshooting this week, so I tried to update them everywhere for consistency sake.

When we do something like `error=?err` the `error` attribute in Honeycomb is mapped to a bool, so we lose the context. By sending the error struct to `si.error.message` we get more context. This would have been helpful when troubleshooting this week, so I tried to update them everywhere for consistency sake.
Copy link

github-actions bot commented Jan 15, 2025

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@github-actions github-actions bot added A-veritech Area: Task execution backend service [Rust] A-cyclone Area: Function execution engine [Rust] A-si-data-pg A-si-pool-noodle labels Jan 15, 2025
@britmyerss britmyerss force-pushed the brit/use-si-error-message branch from 8fe90d6 to 01d3428 Compare January 16, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cyclone Area: Function execution engine [Rust] A-pinga A-si-data-pg A-si-pool-noodle A-veritech Area: Task execution backend service [Rust]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant