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

outdatedDart 1 only

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

Metrics #

This project is a port of the Metrics Java library.

Setting Up Maven #

Add the metrics dependency to your pubspec.yaml.

Main components #

The registry #

It contains a set of metrics.

final registry = new MetricRegistry();

The metrics #

There are several kind of metrics:

The reporters #

They allows to export the collected datas. Currently there are a ConsoleReporter and a CsvReporter.

License #

Apache 2.0

2
likes
0
pub points
31%
popularity

Publisher

unverified uploader

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

path

More

Packages that depend on metrics