Skip to content

v0.5.1

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 24 Jul 20:44
· 78 commits to develop since this release
026c830

Add Prometheus metrics emitter (#187)

The appmetrics/emitter/prometheus package provides a prometheus.Collector implementation to expose the metrics in a rcrowley/go-metrics registry and a helper function to register an HTTP handler using the collector. The collector transforms metrics to a format that better matches Prometheus best practices; see the package documentation for details.

Other Changes

  • Minor dependency and build tool upgrades