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

Dropped span statistics #1327

Merged
merged 16 commits into from
Oct 15, 2021
Merged

Conversation

beniwohli
Copy link
Contributor

Related issues

closes #1310

this allows us to use these values for dropped-span metrics without
having to store them on DroppedSpan, as they are available on
the capture_span object.
for dropped-span metrics, we need to collect these values
for DroppedSpan as well, so we might as well remove the
duplication
@apmmachine
Copy link
Contributor

apmmachine commented Sep 15, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-10-15T08:35:58.696+0000

  • Duration: 28 min 28 sec

  • Commit: 2931044

Test stats 🧪

Test Results
Failed 0
Passed 10031
Skipped 8977
Total 19008

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@beniwohli beniwohli marked this pull request as ready for review September 20, 2021 12:32
@beniwohli beniwohli requested a review from basepi September 20, 2021 12:32
Copy link
Contributor

@basepi basepi left a comment

Choose a reason for hiding this comment

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

Looks great! One nit.

Definitely not going to play well with my lambda changes to allow for easier backdating of spans/transactions but life will go on. Maybe I'll drop the backdating stuff since we're not actually doing that in lambda right anymore, at least for now.

elasticapm/traces.py Outdated Show resolved Hide resolved
Co-authored-by: Colton Myers <[email protected]>
@beniwohli
Copy link
Contributor Author

@basepi just for my understanding, how would this PR make backdating of spans more difficult in Lambda?

@basepi
Copy link
Contributor

basepi commented Sep 22, 2021

Oh, it won't make it more difficult, it will just merge conflict and I'll have to move some stuff around. I'm torn on whether I should even include backdating since we're not actually using it anymore. Some day it may be useful but I don't know?

@beniwohli beniwohli merged commit 6493170 into elastic:master Oct 15, 2021
@beniwohli beniwohli deleted the dropped-span-statistics branch October 15, 2021 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[META 497] Collecting statistics about dropped spans
3 participants