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

[Tracer] Adds SpanEvents Support for DD and OTEL #2754

Merged
merged 36 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
90802b9
Adding class details for SpanEvent
link04 Jul 8, 2024
5a57d67
Updated serializer and other C files to add event
link04 Jul 8, 2024
738d8f3
Adding API to add events and use existent ones
link04 Jul 9, 2024
62bec04
Adding event and checking in test
link04 Jul 9, 2024
da56ae5
Trying to test Otel to DD
link04 Jul 9, 2024
e5f6cd3
Fixing test and applying nit changes
link04 Jul 10, 2024
634b837
Currently passing full AddEvent and RecordException tests
link04 Jul 11, 2024
5b91448
Updating how we recordException
link04 Jul 11, 2024
63a4cc8
Removing manually added code
link04 Jul 15, 2024
f3e2a3e
Added constructor and updated args were needed
link04 Jul 16, 2024
1fc93f6
Merging master into branch
link04 Jul 24, 2024
daf5d2c
Doing fixes so that test pass
link04 Jul 25, 2024
2fd7eb6
Fixing missing CLOCK_REALTIME for Windows build error
link04 Jul 30, 2024
fc6feef
Using inhouse time method and fixing array errors
link04 Jul 30, 2024
3bddb8e
Implementing addEvent for system-tests
link04 Jul 31, 2024
8f74dff
Adding ExceptionSpanEvent class and recordException
link04 Aug 2, 2024
1a19cca
Applying C code nits and limiting recordException
link04 Aug 6, 2024
16e1039
Merge branch 'master' into maximo/span-events-support
link04 Aug 6, 2024
c682f08
Merging master and Updating ddtrace_arginfo.h
link04 Aug 6, 2024
d41a584
Applying nits and using exception property in C
link04 Aug 6, 2024
3b3cdf9
Adding manual usage work for both classes
link04 Aug 6, 2024
9c8d53a
Trying to fix CircleCI build nts extension errors
link04 Aug 6, 2024
ef1341a
Trying to change where attributes are handled
link04 Aug 7, 2024
853e555
Cleanup span event serialization
bwoebi Aug 8, 2024
8c2e716
Updating broken tests
link04 Aug 8, 2024
8a5ea08
Fixing what seems to be a version issue
link04 Aug 8, 2024
9863c7f
Tested with 7.4 passing
link04 Aug 9, 2024
9d711ad
Fixing test based on updated behavior
link04 Aug 9, 2024
4d316e4
Updating .phpt tests events value
link04 Aug 9, 2024
650ad50
Revert "Updating .phpt tests events value"
link04 Aug 9, 2024
95fd027
Initializing empty array
link04 Aug 9, 2024
c6621ee
Merge branch 'master' into maximo/span-events-support
link04 Aug 9, 2024
7d7734c
Addressing nits, updating libdatadog and recording exceptions
link04 Aug 10, 2024
de384f4
Merge remote-tracking branch 'origin/master' into maximo/span-events-…
bwoebi Aug 19, 2024
aadf273
Cleanup implementation slightly
bwoebi Aug 19, 2024
11478f5
Merge branch 'master' of github.com:DataDog/dd-trace-php into maximo/…
bwoebi Aug 20, 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
154 changes: 150 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading