Releases: micrometer-metrics/micrometer
Releases · micrometer-metrics/micrometer
v0.2.1.RELEASE
- Fixed POM from 0.2.0.RELEASE to contain static versions.
v0.2.0.RELEASE
@EnableMetrics
to configure web and scheduling instrumentation.- Instrumentation of
RestTemplate
requests (best when AOP is present). - Instrumentation of
@Scheduled
when AOP is present. - New
longTask
property on@Timed
to determine whether the meter will be aLongTaskTimer
orTimer
.
v0.1.1.RELEASE
- New
LogbackMetrics
binder to count log events at various levels. - Guard against duplicate metrics (same name, tags) being registered.
v0.1.0.RELEASE
NOT intended for production use.
- Validate release pipeline.
- This release still has a number of integration issues.