Added cassandra plugin to access metrics using jolokia and push them to influxdb.

This commit is contained in:
subhachandrachandra
2016-04-01 16:13:21 -07:00
committed by Cameron Sparr
parent 1934cc2e62
commit b1b4adec74
6 changed files with 732 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ no longer insert field names when the field is simply named `value`. This is
because the `value` field is redundant in the graphite/librato context.
### Features
- [#952](https://github.com/influxdata/telegraf/pull/952): Cassandra input plugin. Thanks @subhachandrachandra!
- [#976](https://github.com/influxdata/telegraf/pull/976): Reduce allocations in the UDP and statsd inputs.
- [#979](https://github.com/influxdata/telegraf/pull/979): Reduce allocations in the TCP listener.
- [#992](https://github.com/influxdata/telegraf/pull/992): Refactor allocations in TCP/UDP listeners.