statful / statful-springboot-starter

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

refactor(TEL-2225): Update client actuator to 2.1.0 #7

Closed FranciscoMota closed 5 years ago

FranciscoMota commented 5 years ago

This required a complete refactor of the code as of spring 2.0 actuator relies on Micrometer to collect and export metrics

FranciscoMota commented 5 years ago

Refactored this as suggested in feedback. Metric Registry was moved to https://github.com/statful/statful-micrometer-registry/

gabrielmpinto commented 5 years ago

Please make sure the travis build passes