elastic / elastic/apm-agent-java
Public API ignore transaction option
Open
api
- Dominant language
- Java
- Stars
- 594
- Forks
- 338
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 25
Description
Using Spring Boot, all `@Scheduled` methods are recorded. I have a method that fires regularly and I want to ignore it.
An option to ignore should be added, like `@IgnoreTransaction`.
Even if I get the transaction using `ElasticApm.currentTransaction()` there is no way to cancel it.
Contributor guide
Assessment
This issue has not been assessed yet.