lightblue-platform / lightblue-core

Document based data access layer framework
GNU General Public License v3.0
32 stars 23 forks source link

Create our own metrics publisher for Graphite #293

Closed derek63 closed 9 years ago

derek63 commented 9 years ago

Since we are having trouble with using Servo to publish Hystrix metrics to Graphite. Essentially this just needs to push text to a socket in the following format

prefix.metricName value timestamp\n

jewzaam commented 9 years ago

Clarification, we need to publish to collectd. Are you sure on the format? That's the same as what is done straight to graphite today.

----- Original Message -----

Since we are having trouble with using Servo to publish Hystrix metrics to Graphite. Essentially this just needs to push text to a socket in the following format

prefix.metricName value timestamp\n


Reply to this email directly or view it on GitHub: https://github.com/lightblue-platform/lightblue-core/issues/293

dcrissman commented 9 years ago

Found this existing plugin, however it does not appear to be maintained any more. Also, does not support maven and is not in central repo.

netty-collectd appears to be able to decode and view only

dcrissman commented 9 years ago

Also exploring the possibility of writing to statsd over their java client: https://github.com/etsy/statsd/wiki