Skip to content
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

Support addEvent Otel API #7408

Merged
merged 40 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3de8679
Initial span events implementation + tests
mtoffl01 Aug 9, 2024
d654056
use DDTags.SPAN_EVENTS constant for setting tag
mtoffl01 Aug 9, 2024
f2bb9ac
added more tests and used moshi for json encoding
mtoffl01 Aug 12, 2024
f8bc1db
remove unused method toString on SpanEvent instance
mtoffl01 Aug 12, 2024
fae43bc
Started work on recordException
mtoffl01 Aug 13, 2024
761ad85
Removed moshi dependency
mtoffl01 Aug 13, 2024
add0ef0
Merge branch 'master' into mtoff/span-events
mtoffl01 Aug 14, 2024
ea4d8df
Fixed case where custom attributes should override default excpeption…
mtoffl01 Aug 15, 2024
00e47a5
Finishing up record exception unit tests
mtoffl01 Aug 15, 2024
80b8adf
Added annotations for clarity
mtoffl01 Aug 15, 2024
4e84b96
nits: reverted little changes that were superfluous
mtoffl01 Aug 15, 2024
35dd084
nits: reverted little changes that were superfluous
mtoffl01 Aug 15, 2024
a7626bb
Include new helperClassNames
mtoffl01 Aug 16, 2024
c611567
Added support for not-stringifying span events attributes, while main…
mtoffl01 Aug 16, 2024
8e353f7
fixing attributes manipulation for arrays
mtoffl01 Aug 16, 2024
90bc619
Fixed json parsing for array Attributes values
mtoffl01 Aug 26, 2024
14db2ad
Added better javadocs to functions
mtoffl01 Aug 26, 2024
565e43d
Fix exception.escaped and timesource for SpanEvent
mtoffl01 Sep 3, 2024
7655446
Fix exception.escaped and timesource for SpanEvent
mtoffl01 Sep 3, 2024
3123288
Update internal-api/src/main/java/datadog/trace/bootstrap/instrumenta…
mtoffl01 Sep 3, 2024
b4ae914
Update internal-api/src/main/java/datadog/trace/bootstrap/instrumenta…
mtoffl01 Sep 3, 2024
a2026b2
Update javadoc
mtoffl01 Sep 3, 2024
6690d3f
merge w upstream
mtoffl01 Sep 3, 2024
ccca4f3
fix nits
mtoffl01 Sep 6, 2024
0f04383
change SpanEvent method to private-package access scope
mtoffl01 Sep 6, 2024
9efd98e
Changed span event Attributes to a separate class
mtoffl01 Sep 10, 2024
87a7698
Fix error stack formatting for exception.stacktrace tag
mtoffl01 Sep 11, 2024
e6d69db
Remove superfluous import
mtoffl01 Sep 11, 2024
4d9b456
Optimized defaultExceptionAttributes
mtoffl01 Sep 11, 2024
f8721e4
Reverted all previous changes to spanlinks
mtoffl01 Sep 11, 2024
c34e139
Remove missed changes to spanlinks files
mtoffl01 Sep 11, 2024
41692b6
Merge branch 'master' into mtoff/span-events
mtoffl01 Sep 11, 2024
6d6cbc3
Moved exception attributes processing into spanevent class
mtoffl01 Sep 12, 2024
71d4b69
Fix error meta behavior with record exception
mtoffl01 Sep 12, 2024
684170a
Update comments and fix little nits
mtoffl01 Sep 12, 2024
af71579
Improve javadoc
mtoffl01 Sep 12, 2024
5950ade
javadoc improvement
mtoffl01 Sep 12, 2024
4051d56
feat(otel): Improve convention handling
PerfectSlayer Sep 16, 2024
e143d28
feat(otel): Simplify time API usage
PerfectSlayer Sep 16, 2024
3af7937
feat(otel): Improve tests
PerfectSlayer Sep 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into mtoff/span-events
mtoffl01 committed Aug 14, 2024
commit add0ef09715b6a1098c58fd8d73087976fe83882

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.