Skip to content

0.4.0

Compare
Choose a tag to compare
@Ptrskay3 Ptrskay3 released this 24 Jul 12:58
· 83 commits to master since this release
7aa4605

Added

  • Support for different exporters than Prometheus. Developers now allowed to use their own exporter - as long as it's using the metrics.rs ecosystem. This is meant to be a non-breaking change - if you're using Prometheus, you shouldn't notice any changes in the public API. If you do however, please file an issue! #28
  • An example showcasing StatsD exporter #28
  • Simple snapshot tests #28
  • Utility functions to get metric names at runtime #28

Fixed

  • Previous attempts to fix PrometheusMetricBuilder::with_prefix in 0.3.4 were not complete, this is now fully addressed. #28