RE: Cassandra metrics & Graphite

2014-12-18 Thread Nigel LEACH
Many thanks for information Dennis and Karl. I don’t think I can test until Monday, but I will let you know what (hopefully) works. Regards Nigel From: d...@aegisco.com [mailto:d...@aegisco.com] Sent: 17 December 2014 22:31 To: user@cassandra.apache.org Subject: Re: Cassandra metrics

Re: Cassandra metrics & Graphite

2014-12-17 Thread Dennis Lovely
Hi Nigel, I'm using Casssandra 2.0.7 and in Cassandra lib directory, I'm dropping in this reporter jar: http://search.maven.org/#artifactdetails|com.yammer.metrics|metrics-graphite|2.2.0|jar My cass metrics are flowing in properly into Graphite 0.9.10. Here's my metrics yaml: graphite: -

Re: Cassandra metrics & Graphite

2014-12-17 Thread Karl Rieb
This seemed to be due to a bug with how metric names are converted to file system paths. os.path.join() is used, but the metric path converts into an absolute path (e.g /org/apache/cassandra). This means you end up doing something like: os.path.join('/opt/graphite/storage/whatever', '/org/apach