jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
179 stars 110 forks source link

Support for influxDB #24

Closed johntdyer closed 8 years ago

johntdyer commented 10 years ago

It would be great if you guys supposed influxDB

http://influxdb.org/ https://github.com/novaquark/metrics-influxdb

nikicat commented 9 years ago

:+1:

splatch commented 9 years ago

Influxdb does support graphite protocol, so you can safely send metrics to it using existing jmxtrans output writer: http://influxdb.com/docs/v0.6/api/reading_and_writing_data.html#writing-data-through-graphite-protocol

johnrengelman commented 8 years ago

However the graphite connector is unsecured...would be nice to write using the influx protocol so you can add auth/auth to it.

kerlandsson commented 8 years ago

Agreed, we should aim for native Influx support. Using the Graphite connector puts a lot of responsibility in configuring the metric tags and fields on on the connector configuration, something that I think should belong in jmxtrans-agent instead.