Micrometer/micrometer: Release v0.7.0.RELEASE
Name: micrometer
Owner: Micrometer
Release: v0.7.0.RELEASE
Released: 2017-07-25
License: Apache-2.0
Release Assets:
- Support common tags on registries which are added to every metric reported to the monitoring system (useful for things like host, region, stack, etc.).
- Fixed synchronization issue on deduping new metrics (#53) @Eloo.
PrometheusMeterRegistry
now constructs a new instance ofCollectorRegistry
to support better test isolation (#54) @Eloo.- Prevent garbage collection of
DataSourcePoolMetadata
that causedDataSource
gauges to eventually become invalid @Eloo. - Provide abstract Spectator implementation for push backends taking step counts and changed the Datadog registry to use this implementation @Camelion.