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 output to InfluxDB #35

Open
tmonk42 opened this issue Jul 7, 2015 · 5 comments
Open

Support for output to InfluxDB #35

tmonk42 opened this issue Jul 7, 2015 · 5 comments

Comments

@tmonk42
Copy link
Contributor

tmonk42 commented Jul 7, 2015

I've started some work on adding an output formatter for InfluxDB. I think it should be useful as a pattern for any backend that accepts tagged data (ie: OpenTSDB/KairosDB).

Right now my test system is sending to both a Graphite backend and an InfluxDB backend and results are looking good especially from the AWScloudwatchEC2.rb script. Will take some work to add tag support to the others.

@dlutzy
Copy link
Contributor

dlutzy commented Jul 8, 2015

Awesome. It's been on my todo list to add support for InfluxDB! I spent a couple of hours playing with it a while ago but haven't had a chance to get back on it.

I look forward to seeing what you come up with.

@tmonk42
Copy link
Contributor Author

tmonk42 commented Jul 8, 2015

@tmonk42
Copy link
Contributor Author

tmonk42 commented Jul 8, 2015

One of the things I did along with this was push the options hash to a global so I can use a --dryrun and --verbose from inside the various SendFoo scripts.

Still trying to figure out the right pattern to follow where there are multiple backends that may be a mix of tagged and non-tagged.

@tmonk42
Copy link
Contributor Author

tmonk42 commented Jul 30, 2015

See #36

@tmonk42
Copy link
Contributor Author

tmonk42 commented Aug 26, 2015

Sweet, InfluxDB branch is now here in the main repo. I'd love get another external test before I merge this to master. https://github.com/vmetrix/vacuumetrix/tree/influxdb

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

2 participants