Skip to content

Releases: UbiquitousLanguage/metrics

Release list

v0.4.0

Choose a tag to compare

@alexeyzimarev alexeyzimarev released this 16 Aug 09:02
0ac9ec4

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

Choose a tag to compare

@alexeyzimarev alexeyzimarev released this 18 May 15:23
776fc60
  • Working in-memory metrics
  • @rogeralsing fix of double invocation on measure