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

Add Multi Column Values to influxDB #47

Closed
smileusd opened this issue Aug 21, 2015 · 2 comments
Closed

Add Multi Column Values to influxDB #47

smileusd opened this issue Aug 21, 2015 · 2 comments

Comments

@smileusd
Copy link

I use JMX-Agent GraphitePlainTextTcpOutputWriter.java writing values into influxDB, but I find just insert one column, and I see the Graphite demands the Message Format is "metric_path value timestamp\n". So how could I insert multi column into influxDB.

@tkuther
Copy link

tkuther commented Sep 21, 2015

The graphite protocol does not support multi-field data (in InfluxDB terms), 1 metric, 1 series. But the InfluxDB graphite input in version 0.9.1+ does allow for defining a template, you can extract tags (which are "columns", too) from the metric path. So it depends on what you mean with "colums", maybe give an example of what you're trying to achieve.

@kerlandsson
Copy link
Member

I'm closing this. The proper solution is to implement native Influx support - #24.

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

3 participants