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

Add support for measurements at span level #3219

Merged
merged 9 commits into from
Feb 28, 2024

Conversation

stefanosiano
Copy link
Member

spans forward measurements to transaction

📜 Description

added measurements to spans
spans forward measurements to transaction
Example transaction

💡 Motivation and Context

Fixes #3180

💚 How did you test it?

Unit tests

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

spans forward measurements to transaction
Copy link
Contributor

github-actions bot commented Feb 22, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 32460b3

@stefanosiano stefanosiano changed the title Add measurements at span level Add support for measurements at span level Feb 22, 2024
@stefanosiano stefanosiano marked this pull request as ready for review February 22, 2024 14:14
Copy link
Contributor

github-actions bot commented Feb 22, 2024

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 428.22 ms 538.29 ms 110.06 ms
Size 1.70 MiB 2.28 MiB 590.71 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
0810952 364.51 ms 468.08 ms 103.57 ms
2fad834 390.07 ms 470.80 ms 80.73 ms
2465853 422.61 ms 491.20 ms 68.58 ms
8ff8fd0 432.77 ms 495.18 ms 62.41 ms
2465853 400.64 ms 465.47 ms 64.83 ms
5e04ee8 365.26 ms 448.49 ms 83.23 ms
c554ca2 368.52 ms 430.74 ms 62.22 ms
4e29063 384.14 ms 447.74 ms 63.60 ms
0404ea3 394.73 ms 461.79 ms 67.06 ms
0404ea3 332.47 ms 401.12 ms 68.66 ms

App size

Revision Plain With Sentry Diff
0810952 1.72 MiB 2.27 MiB 558.21 KiB
2fad834 1.72 MiB 2.29 MiB 577.53 KiB
2465853 1.70 MiB 2.27 MiB 583.82 KiB
8ff8fd0 1.72 MiB 2.27 MiB 558.15 KiB
2465853 1.70 MiB 2.27 MiB 583.82 KiB
5e04ee8 1.70 MiB 2.27 MiB 584.64 KiB
c554ca2 1.70 MiB 2.27 MiB 582.25 KiB
4e29063 1.72 MiB 2.29 MiB 578.38 KiB
0404ea3 1.72 MiB 2.29 MiB 577.52 KiB
0404ea3 1.72 MiB 2.29 MiB 577.52 KiB

Previous results on branch: feat/span-level-measurement

Startup times

Revision Plain With Sentry Diff
ead0785 492.72 ms 628.02 ms 135.30 ms
268afc3 407.69 ms 470.34 ms 62.65 ms

App size

Revision Plain With Sentry Diff
ead0785 1.70 MiB 2.28 MiB 587.99 KiB
268afc3 1.70 MiB 2.28 MiB 588.33 KiB

Copy link
Member

@markushi markushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one, l left a few comments mainly for discussion

sentry/src/main/java/io/sentry/Span.java Show resolved Hide resolved
sentry/src/main/java/io/sentry/Span.java Outdated Show resolved Hide resolved
sentry/src/main/java/io/sentry/Span.java Outdated Show resolved Hide resolved
# Conflicts:
#	CHANGELOG.md
#	sentry-android-core/src/main/java/io/sentry/android/core/PerformanceAndroidEventProcessor.java
…g measurements when coming from the children
Copy link
Member

@markushi markushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@stefanosiano stefanosiano merged commit 7275aa8 into main Feb 28, 2024
24 checks passed
@stefanosiano stefanosiano deleted the feat/span-level-measurement branch February 28, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support span level measurements
3 participants