Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for influxDB #24

Closed
johntdyer opened this issue Mar 4, 2014 · 4 comments
Closed

Support for influxDB #24

johntdyer opened this issue Mar 4, 2014 · 4 comments

Comments

@johntdyer
Copy link

It would be great if you guys supposed influxDB

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

@nikicat
Copy link

nikicat commented Nov 18, 2014

👍

@splatch
Copy link

splatch commented Dec 26, 2014

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
Copy link

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

@kerlandsson
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants