Skip to content

Releases: micrometer-metrics/micrometer

v0.2.1.RELEASE

18 May 22:45
Compare
Choose a tag to compare
v0.2.1.RELEASE Pre-release
Pre-release
  • Fixed POM from 0.2.0.RELEASE to contain static versions.

v0.2.0.RELEASE

18 May 21:58
Compare
Choose a tag to compare
v0.2.0.RELEASE Pre-release
Pre-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 a LongTaskTimer or Timer.

v0.1.1.RELEASE

16 May 22:55
Compare
Choose a tag to compare
v0.1.1.RELEASE Pre-release
Pre-release
  • New LogbackMetrics binder to count log events at various levels.
  • Guard against duplicate metrics (same name, tags) being registered.

v0.1.0.RELEASE

16 May 20:39
Compare
Choose a tag to compare
v0.1.0.RELEASE Pre-release
Pre-release

NOT intended for production use.

  • Validate release pipeline.
  • This release still has a number of integration issues.