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

outdatedDart 1 only

A library to upload metrics data to librato.com.

librato #

A library to upload metrics data to librato.com.

Usage #

To use this library, instantiate an instance of the Librato class and call its postStats method to post a set of statistics.

You need to provide a Librato username and access token, either explicitly in the constructor, or implicitly via environment variables (LIBRATO_USER and LIBRATO_TOKEN).

Librato librato = new Librato.fromEnvVars();
Map stats = {
  'benchmarkTime': 130,
  'compiledAppSize': 230000
};
librato.postStats(stats, groupName: gitCommitHash);

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A library to upload metrics data to librato.com.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto

More

Packages that depend on librato