feat(clickhouse_driver): Set breadcrumbs in the streaming trace lifecycle - #7325
Open
alexander-alderman-webb wants to merge 14 commits into
Open
feat(clickhouse_driver): Set breadcrumbs in the streaming trace lifecycle#7325alexander-alderman-webb wants to merge 14 commits into
alexander-alderman-webb wants to merge 14 commits into
Conversation
alexander-alderman-webb
marked this pull request as ready for review
September 1, 2026 09:42
alexander-alderman-webb
marked this pull request as draft
September 1, 2026 09:43
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6abe189. Configure here.
Contributor
Codecov Results 📊✅ 121963 passed | ⏭️ 6762 skipped | Total: 128725 | Pass Rate: 94.75% | Execution Time: 431m 54s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2490 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.26% 90.28% +0.02%
==========================================
Files 193 193 —
Lines 25649 25630 -19
Branches 9454 9442 -12
==========================================
+ Hits 23153 23140 -13
- Misses 2496 2490 -6
- Partials 1445 1434 -11Generated by Codecov Action |
alexander-alderman-webb
marked this pull request as ready for review
September 1, 2026 12:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This is analogous to adding breadcrumbs to Redis and HTTP client integrations, so that breadcrumbs are not lost when users enable the streaming trace lifecycle.
Set the (non-deprected) attributes used by streamed spans as breadcrumbs when the streaming trace lifecycle is enabled.
Adds tests with the
_span_streamingsuffix based on existing tests.Issues
Closes #7317
Reminders
uv run ruff.feat:,fix:,ref:,meta:)