Extract TelemetryHelper for shared telemetry logic\n\nTask ID: task-2.1-extract-telemetry-helper#346
Draft
jadewang-db wants to merge 24 commits intomainfrom
Draft
Extract TelemetryHelper for shared telemetry logic\n\nTask ID: task-2.1-extract-telemetry-helper#346jadewang-db wants to merge 24 commits intomainfrom
jadewang-db wants to merge 24 commits intomainfrom
Conversation
This was referenced Mar 13, 2026
Comprehensive gap analysis of telemetry proto field coverage including: - SEA connections have zero telemetry (highest priority) - ChunkDetails.SetChunkDetails() defined but never called - Missing fields: auth_type, WorkspaceId, runtime_vendor, client_app_name - Composition via TelemetryHelper chosen over abstract base class - E2E test strategy for all proto fields across both protocols Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…A second) Co-authored-by: Isaac
… ID: task-1.1-e2e-test-infrastructure
…ion\n\nTask ID: task-1.2-system-config-missing-fields
…task-1.5-connection-params-extended
…-1.6-chunk-metrics-aggregation
…sk-1.7-expose-chunk-metrics-reader
… ID: task-1.8-call-set-chunk-details
…track-internal-calls
…Task ID: task-1.11-metadata-operation-telemetry
The demo directory was tracked as a git submodule in the index but had no entry in .gitmodules, causing all CI jobs to fail at checkout. Co-authored-by: Isaac
…remove scratch files - Remove scratch/design docs not meant for PR (PHASE1_TEST_RESULTS.md, TELEMETRY_TIMING_ISSUE.md, fix-telemetry-gaps-design.md) - Remove accidentally committed backup file (DatabricksConnection.cs.backup) - Fix trailing whitespace in test and doc files - Fix license header in ChunkMetrics.cs (was using "modified" header for new file) Co-authored-by: Isaac
Co-authored-by: Isaac
… resource cleanup - Restore AsyncLocal for ExporterOverride to prevent parallel test interference - Add missing IsInternalCall assertion in InternalCallTests - Replace silent-pass with Skip.If when no telemetry captured in baseline tests - Use await instead of .Result for async calls in MetadataOperationTests - Add TimestampMillis to metadata operation telemetry Context - Cache Process.GetCurrentProcess() call in BuildSystemConfiguration - Move reader disposal to finally blocks in ChunkMetricsReaderTests Co-authored-by: Isaac
….1-extract-telemetry-helper
…ID: task-2.2-sea-connection-telemetry
….3-sea-statement-telemetry
…tch\n\nTask ID: task-2.4-sea-chunk-details
adca408 to
5b65a42
Compare
Collaborator
Author
Range-diff: stack/pr-phase1-thrift-telemetry-gaps (adca408 -> 5b65a42)
Reproduce locally: |
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.
🥞 Stacked PR
Use this link to review incremental changes.
What's Changed
Please fill in a description of the changes here.
This contains breaking changes.
Closes #NNN.