-
Notifications
You must be signed in to change notification settings - Fork 28
feat(tracing): migrate span ingestion to v3 API with string enums #1684
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
Merged
+626
−95
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d13f011
docs: add trace v3 ingestion migration design spec
saksharthakkar 1bd05ad
docs: add trace v3 ingestion implementation plan
saksharthakkar 23e31a3
feat(tracing): add SpanStatus, SpanSource, ExecutionType, VerbosityLe…
saksharthakkar dcef460
fix(tracing): fix ruff E302, consolidate enum imports, add Task 2 TOD…
saksharthakkar a290d07
feat(tracing): update UiPathSpan fields and otel conversion to use St…
saksharthakkar ca0bf0a
feat(tracing): export SpanStatus, SpanSource, ExecutionType, Verbosit…
saksharthakkar 2f61f08
feat(tracing): migrate LlmOpsHttpExporter to v3 ingest endpoint with …
saksharthakkar 0e5526c
fix(tracing): update stale v2 URL in TestUpsertSpan fixture
saksharthakkar 6451b5f
feat(tracing): update LiveTrackingSpanProcessor to use SpanStatus fro…
saksharthakkar aad6b3e
chore(tracing): final lint, type-check and integration test for v3 mi…
saksharthakkar d9222ed
chore(tracing): fix mypy type annotation in integration test, add sho…
saksharthakkar e2c0a55
chore: remove docs from branch (keep locally only)
saksharthakkar f642e7b
Merge origin/main into feat/trace-v3-migration; resolve _span_utils c…
saksharthakkar 3f2f167
fix(tracing): align v3 span payload with backend SpanV3Req; bump vers…
saksharthakkar cf8eba7
fix(deps): bump uipath min pin on uipath-platform to >=0.1.77
saksharthakkar e2e3d73
Merge origin/main into feat/trace-v3-migration
saksharthakkar 8639147
fix(tracing): map GraphInterrupt to Running and mirror full SourceEnum
saksharthakkar 8d7c0c0
fix(tracing): apply bool guard to all int lookups; omit unset Guid keys
saksharthakkar 3bcb72d
fix(tracing): use explicit is-not-None check for status_override
saksharthakkar c8325c8
Merge origin/main into feat/trace-v3-migration
saksharthakkar 41dcabd
docs(tracing): trim confusing GraphInterrupt comment
saksharthakkar 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
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.