-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(android): implement tracing for Android #1405
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
abhaysood
force-pushed
the
feat-tracing
branch
from
October 28, 2024 05:44
2b52452
to
d4e31fe
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
October 29, 2024 05:50
982f2d7
to
8dda692
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
October 29, 2024 10:15
8dda692
to
0030f18
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 3, 2024 04:53
0030f18
to
fb266f7
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 6, 2024 04:27
9b7176e
to
9a65db0
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 6, 2024 07:24
9a65db0
to
c291304
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 7, 2024 09:28
c904e15
to
55cf75f
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 7, 2024 11:12
55cf75f
to
fb08501
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 11, 2024 16:18
fb08501
to
6e5be06
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 12, 2024 04:24
6e5be06
to
0badb77
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
November 12, 2024 05:23
0badb77
to
84f12ef
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
December 10, 2024 11:54
4769ac6
to
782c866
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
December 11, 2024 07:46
782c866
to
3044f9c
Compare
abhaysood
force-pushed
the
feat-tracing
branch
2 times, most recently
from
December 11, 2024 12:31
69162f8
to
7168817
Compare
abhaysood
force-pushed
the
feat-tracing
branch
2 times, most recently
from
December 12, 2024 07:36
7884192
to
2e39a03
Compare
abhaysood
force-pushed
the
feat-tracing
branch
2 times, most recently
from
December 12, 2024 14:25
6aef7fa
to
db2a922
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
December 13, 2024 07:28
db2a922
to
74feaa4
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
December 13, 2024 07:31
74feaa4
to
3d34a07
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
December 13, 2024 07:47
3d34a07
to
2fdccbf
Compare
abhaysood
force-pushed
the
feat-tracing
branch
from
December 16, 2024 03:35
2fdccbf
to
215d9ae
Compare
* Implement core APIs for span collection * Implement W3C trace context compatible span id & trace id * Process and store spans * Implement span checkpoints * Modify batching and export to include spans in the payload * Add limits to span name, checkpoint name and number of checkpoints per span * Rename EventProcessor, EventStore, EventExporter with SignalProcessor, SignalStore, Exporter as they now handle both span and event data * Add documentation * Update public API * Modify IdProvider to also handle span and trace ID creation * Refactor launch tracker to use elapsed realtime closes #1203
abhaysood
force-pushed
the
feat-tracing
branch
from
December 16, 2024 03:53
215d9ae
to
9e625b4
Compare
detj
approved these changes
Dec 16, 2024
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.
Description
SignalProcessor, SignalStore, Exporter as they now handle
both span and event data
Related issue
closes #1203