Micrometer/micrometer: Release v0.3.0.RELEASE
Name: micrometer
Owner: Micrometer
Release: v0.3.0.RELEASE
Released: 2017-05-23
License: Apache-2.0
Release Assets:
- Shuffled configuration to correctly support Boot 1.x.
- Implemented monitoring for
ExecutorServiceandExecutor. - Generalization of tag formatting for different monitoring backends.
- New
@EnablePrometheusMetricsfor simpler default Prometheus configuration. - Added
<T> T record(Supplier<T>)signature toTimerandLongTaskTimer, and renamedrecord(Callable<T> f)torecordCallable(Callable<T> f)because of SAM inference collision with the newSupplierbased method. - Split up the supplier of default tags for web interceptors into several classes according to the programming model (now
WebmvcTagProvider,WebfluxTagProvider,RestTemplateTagProvider). - Default tags for
RouterFunctionMetricsare now built into that class.