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

outdatedDart 1 only

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

v0.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.

v0.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.

v0.0.1 (2014-11-28) #

The initial release that follows mainly the 3.1.0 Java version.

Semantic Version Conventions #

http://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
0
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)
View/report issues

License

unknown (license)

Dependencies

logging, path

More

Packages that depend on metrics