-
Notifications
You must be signed in to change notification settings - Fork 11
feat(csharp): fix Phase 1 Thrift telemetry gaps with E2E test coverage #345
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
Open
jadewang-db
wants to merge
23
commits into
main
Choose a base branch
from
stack/pr-phase1-thrift-telemetry-gaps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
134d8b8
docs: add fix-telemetry-gaps design document
2867946
docs: move E2E tests to Phase 1 (test-first approach)
425a554
docs: consolidate implementation into 2 phases (Thrift gaps first, SE…
b498f06
Build E2E test infrastructure with CapturingTelemetryExporter\n\nTask…
3d80f8d
Populate runtime_vendor and client_app_name in DriverSystemConfigurat…
9fdd789
Populate auth_type on root telemetry log\n\nTask ID: task-1.3-auth-ty…
12b28b2
Populate WorkspaceId in TelemetrySessionContext\n\nTask ID: task-1.4-…
5a6d1ef
Expand DriverConnectionParameters with additional fields\n\nTask ID: …
128a824
Add ChunkMetrics aggregation to CloudFetchDownloader\n\nTask ID: task…
2e676d4
Expose GetChunkMetrics() on CloudFetchReader interface\n\nTask ID: ta…
54e94e1
Call SetChunkDetails() in DatabricksStatement.EmitTelemetry()\n\nTask…
ac0a512
Track retry_count in SqlExecutionEvent\n\nTask ID: task-1.9-track-ret…
532e529
Mark internal calls with is_internal_call flag\n\nTask ID: task-1.10-…
a6b030a
Add telemetry for metadata operations (GetObjects, GetTableTypes)\n\n…
80477df
Verify all Phase 1 E2E tests pass\n\nTask ID: task-1.12-verify-phase1…
a811006
fix(csharp): remove accidentally committed demo submodule breaking CI
e33bee4
fix(csharp): fix lint issues - trailing whitespace, license headers, …
e953996
fix(csharp): remove extra trailing newline in telemetry-design.md
d504b0a
fix(csharp): address PR review feedback - test isolation, assertions,…
6a928e7
address comments
490d943
address pr comments
19ae1c0
fix(csharp): address PR review - use existing constants, extract org …
8da5457
fix(csharp): emit correct metadata telemetry for statement-level meta…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -292,3 +292,6 @@ generated_task_specs.json | |
|
|
||
| # Git worktrees | ||
| .worktrees/ | ||
|
|
||
| # Demo directory (local only) | ||
| demo/ | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.