Skip to content

Releases: UbiquitousLanguage/metrics

v0.4.0

16 Aug 09:02
0ac9ec4
Compare
Choose a tag to compare

Breaking change

Previous versions were crashing if the metrics instance isn't configured. As we have the default no-op metrics provider, it's better to keep silent about non-configured metrics, so you don't need to configure them in tests (for example).

As a consequence, if you forget to configure metrics for production, you won't get any metrics, and the app will silently report to no-ops provider.

v0.2.1

18 May 15:23
776fc60
Compare
Choose a tag to compare
  • Working in-memory metrics
  • @rogeralsing fix of double invocation on measure