statful / statful-springboot-starter

Statful Spring Boot Client
MIT License
4 stars 0 forks source link

feat(#5): Add GC information difference collection #6

Closed reistiago closed 6 years ago

reistiago commented 6 years ago

Besides the current collector that send only aggregated data this one sends the difference between the previous reported value and the current one.

This implementation trusts that the collected items are processed in the order they happen by not checking collection timestamps

Replaced the switch to decide which type of metric should be sent since it was causing issues with cobertura