Sha256: 3af755686aecd28e0351c4dc8f82c98ffabaf22f95c601fb073a9419dfe4f756
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
* Welcome to Recognizer A Graphite Carbon AMQP impostor, sending metrics to [[https://metrics.librato.com/][Librato Metrics]]. [[https://github.com/portertech/recognizer/raw/master/recognizer.gif]] * Install : gem install recognizer * Configure Example: =config.json= : { : "librato": { : "email": "email@example.com", : "api_key": "706325cf16d84d098127e143221dd180706325cf16d84d098127e143221dd180", : "flush_interval": 5 : }, : "amqp": { : "host": "hostname", : "user": "username", : "pass": "password" : } : } * Usage : Usage: recognizer (options) : -c, --config CONFIG The config file path : -h, --help Show this message * More Example metric path: =production.i-424242.cpu.user= Extract the metric source from the metric path using a regular expression : { : "librato": { : "metric_source": "/i-.*/" Or using an index : { : "librato": { : "metric_source": 1 Or define a static source : { : "librato": { : "metric_source": "example" By default, Recognizer uses the source: =recognizer= * License Recognizer is released under the [[https://github.com/portertech/recognizer/raw/master/MIT-LICENSE.txt][MIT license]].
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
recognizer-0.0.10 | README.org |
recognizer-0.0.9 | README.org |