snuba icon indicating copy to clipboard operation
snuba copied to clipboard

feat(consumers): Send logs for tracing events at or above INFO

Open lcian opened this issue 5 months ago • 3 comments

Hello 👋 As the tracing integration now supports sending logs, this PR enables them as we're doing in our other Rust-based services. Feel free to close this if you don't intend to use logs.

Changes:

  • Bump the SDK to the latest version
  • Bump arroyo to the latest version to avoid an SDK version split
  • Disable the release-health feature flag, as that would add unnecessary dependencies
  • Send everything at or above INFO as logs instead of breadcrumbs (default for our tracing layer)

lcian avatar Jun 25 '25 07:06 lcian

you can disable the sentry feature of statsdproxy to resolve the version conflict. since DDM is dead that feature doesn't make any sense anymore.

untitaker avatar Jun 25 '25 10:06 untitaker

actually can you bump statsdproxy crate as well? the sentry feature has been gone for quite a while there

untitaker avatar Jun 25 '25 11:06 untitaker

actually can you bump statsdproxy crate as well? the sentry feature has been gone for quite a while there

Sure, I'll split this into two PRs

lcian avatar Jun 25 '25 11:06 lcian