Skip to content

v0.7.0.RELEASE

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkschneider jkschneider released this 25 Jul 17:51
  • 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 of CollectorRegistry to support better test isolation (#54) @eloo.
  • Prevent garbage collection of DataSourcePoolMetadata that caused DataSource 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.