CNN Metrics

Requirements
A current LTS or Stable version of Node.js. We recommend
using nvm to manage node versions.
Installation
$ npm install
Usage
See the example/
directory. You can start up the example app
with the following. Supply your own Hosted Graphite
key.
$ NODE_ENV=production ENVIRONMENT=production HOSTEDGRAPHITE_APIKEY=[valid-key] DEBUG=* DEBUGMETRICS=1 PORT=5000 node example/app.js
Environment variables
This package requires a few environment variable to be set.
-
NODE_ENV
-
ENVIRONMENT
-
HOSTEDGRAPHITE_APIKEY
-
NODE_APP_INSTANCE
-
REGION
-
DEBUGMETRICS
2016-08-03, Version 0.3.10, @adslaton
Notable changes
Known issues
See https://github.com/TurnerBroadcasting/cnn-metrics/labels/defect for complete and
current list of known issues.
Commits
- [
a2e1a6fdfe
] - Merge pull request #14 from cnnlabs/feature/dependency-update (A.D. Slaton)
- [
2deb514564
] - reverting inadvertent version bump (A.D. Slaton)
- [
ae0011cf3e
] - update to lodash 4.14.1 (A.D. Slaton)