This is the metriks reporter for OpenTSDB and SignalFX. It is heavily inspired from [Librato Reporter] (https://github.com/eric/metriks-librato_metrics)
Sends metrics to OpenTSDB every 60 seconds.
reporter = Metriks::OpenTSDBReporter.new(host, port, tags)
reporter.start- host: hostname of OpenTSDB
- port: port on which OpenTSDB
- tags: A hash of tags that should be associated with every metric.
Copyright (c) 2015 Rajat Venkatesh
Published under the Apache 2.0 License, see LICENSE