Skip to content

9.0.0

Compare
Choose a tag to compare
@siimon siimon released this 18 May 07:19
· 317 commits to master since this release

Added

  • Support for multiple registers
  • Support for object literals in metric constructors
  • Timestamp support

Changed

  • Collection of default metrics is now disabled by default. Start collection by
    running collectDefaultMetrics().

Deprecated

  • Creating metrics with one argument per parameter - use object literals
    instead.