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

feat(android): implement tracing for Android #1405

Merged
merged 2 commits into from
Dec 17, 2024
Merged

feat(android): implement tracing for Android #1405

merged 2 commits into from
Dec 17, 2024

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Oct 28, 2024

Description

  • 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
  • Update cheatsheet with new APIs in README

Related issue

closes #1203

Copy link

vercel bot commented Oct 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 3:54am

@abhaysood abhaysood self-assigned this Oct 28, 2024
@abhaysood abhaysood added feature new features android android related labels Oct 28, 2024
@abhaysood abhaysood force-pushed the feat-tracing branch 2 times, most recently from 69162f8 to 7168817 Compare December 11, 2024 12:31
@abhaysood abhaysood force-pushed the feat-tracing branch 2 times, most recently from 7884192 to 2e39a03 Compare December 12, 2024 07:36
@abhaysood abhaysood force-pushed the feat-tracing branch 2 times, most recently from 6aef7fa to db2a922 Compare December 12, 2024 14:25
@abhaysood abhaysood marked this pull request as ready for review December 12, 2024 14:25
@abhaysood abhaysood requested a review from detj December 13, 2024 07:36
* 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 abhaysood merged commit d4632a2 into main Dec 17, 2024
9 checks passed
@abhaysood abhaysood deleted the feat-tracing branch December 17, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related feature new features
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement performance tracing API for SDK
2 participants