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 v0.9 #10

Open
gnjack opened this issue Feb 26, 2015 · 14 comments
Open

Support for InfluxDB v0.9 #10

gnjack opened this issue Feb 26, 2015 · 14 comments

Comments

@gnjack
Copy link
Contributor

gnjack commented Feb 26, 2015

InfluxDB 0.9 is coming soon, and rc4 has just been released which features an entirely new API and a tag system for describing metrics.

In addition to the new JSON format, the backend will need a way to define a retention policy and convert from a StatsD metric name into tag & field key value pairs.

Just hoping to start a discussion on how to approach this.

InfluxDB v0.9.0-rc4 blog post

@imreACTmd
Copy link
Contributor

I have a pull request for the v0.9 API support, it's currently pending at #14.

@bernd
Copy link
Owner

bernd commented Apr 29, 2015

PR #14 has been merged. Can you please test if this works for you? Thanks!

@jaddison
Copy link

Just starting to read up on influx and statsd myself. Noticed this work lets statsd work with influxdb 0.9, but doesn't support tags. Is that right?

Although I'm not sure how it could work...

@imreACTmd
Copy link
Contributor

yeah I don't see how statsd could support tags, but I'm open for ideas!

@linkslice
Copy link

one possible idea would to make set the tags in the config file. You already have to specify a db which means (at least in my environment) multiple statsd collectors anyway. If there was an item in the config file for tags to send along with the data when it flushes to influxdb.

@bratajczyk
Copy link

version 0.9 implements new line protocol for writing instead of JSON
influxdata/influxdb#2696

@bernd
Copy link
Owner

bernd commented Jun 19, 2015

Final JSON API changes have been merged with #17.

@tuukkamustonen
Copy link

Shouldn't this ticket be closed if the support has been implemented already?

@imreACTmd
Copy link
Contributor

I haven't gotten to updating the code to work with the final version of the v0.9 api, hoping to get to it this week.

@tima
Copy link
Contributor

tima commented Jul 15, 2015

@imreACTmd Are you referring to the new line protocol api in v0.9?

@tuukkamustonen
Copy link

How about parsing out tags from metric names, like InfluxDB graphite plugin can nowadays do? See https://github.com/influxdb/influxdb/blob/master/services/graphite/README.md

@n4nagappan
Copy link

+1 Would love to see the support for tags

@adrianlop
Copy link

+1 need tag support !!!

@berglh
Copy link

berglh commented Aug 31, 2015

Some action is happening on this fork, but no documentation on how to utilise this yet - I'm guessing the __t__ string is being used to specify the start of a tag, but I'm not sure this edit adds support of mutl-value or multiple tags yet.

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