0.1.3 • Published 3 years ago

mocha-graphite-reporter v0.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Mocha-Graphite-Reporter

A Graphite reporter for Mocha.

Install

npm install mocha-graphite-reporter

Usage

Environment Settings

To override settings of the Mocha-graphite-reporter, one can use a few environment variables

keyvalue
MGR_GRAPHITE_HOSTThe graphite host to report to
MGR_GRAPHITE_PORTThe graphite port on the host
MGR_REPORT_ENVIRONMENTIf set to true, Mocha-Graphite-Report will include the environment tag in the reported values
MGR_ENVIRONMENT_TAGEnvironment tag / label to include in the reported values

Todo

  • More docs

License

Licensed under the MIT license.

Publish NPMJS package

To publish the project to the npmjs.com repository, run:

npm publish