metrics 0.2.1 copy "metrics: ^0.2.1" to clipboard
metrics: ^0.2.1 copied to clipboard

Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.

0.2.1 (2021-07-25) #

  • improve pub score.

0.2.0 (2021-07-23) #

  • update for Dart 2.12 and nullsafety.

0.1.0 (2014-12-16) #

Breaking change #

  • RegistryListener has been removed. You should now use streams onMetricAdded dans onMetricRemoved on MetricRegistry.
  • optional named parameters is used at several places.

0.0.2 (2014-12-12) #

Almost every core classes from the 3.1.0 Java version have been ported.

There's also a graphite reporter.

0.0.1 (2014-11-28) #

The initial release that follows mainly the 3.1.0 Java version.

Semantic Version Conventions #

https://semver.org/

  • Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
  • Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.
2
likes
130
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

clock, logging, meta, path

More

Packages that depend on metrics