Skip to content

Conversation

beniwohli
Copy link
Contributor

What does this pull request do?

Without this safeguard, exceptions in processors would bubble all the way
up, killing the transport thread. This would then result in the agent
stopping to report any data.

Without this safeguard, exceptions in processors would bubble all the way up, killing the transport thread. This would then result in the agent stopping to report any data.
@ghost
Copy link

ghost commented May 26, 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

Expand to view the summary

Build stats

  • Build Cause: Pull request #1138 updated

  • Start Time: 2021-05-31T07:27:32.157+0000

  • Duration: 29 min 34 sec

  • Commit: 8509e95

Test stats 🧪

Test Results
Failed 0
Passed 9473
Skipped 8766
Total 18239

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 9473
Skipped 8766
Total 18239

@beniwohli beniwohli merged commit fe1d18f into elastic:master May 31, 2021
@beniwohli beniwohli deleted the catch-exceptions-in-processors branch May 31, 2021 07:59
beniwohli added a commit to beniwohli/apm-agent-python that referenced this pull request Sep 14, 2021
* added a safeguard for processors that raise exceptions Without this safeguard, exceptions in processors would bubble all the way up, killing the transport thread. This would then result in the agent stopping to report any data. * fix style issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants