-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
WIP: Upgrade the InfluxDB module. #1361
Conversation
I've given this a spin using the docker compose approach, but replacing the graphite container with a custom built container from this commit.
It works fine as far as I can see. I'm able send data with the below caveat. I think they are more generic issues for InfluxDB support than issues with this upgrade. Should I add them to #889?
|
d050411
to
3831851
Compare
hmm shouldn't we see if we can fix this before we close #889 ? |
Personally I would recommend looking at fixing the metric split issue. Having it the way it is virtually removes the possibility to use variables in dashboards as you will need to create a variable with the complete metric series name. |
Also in the compose file the database name is sitespeed and in your example run @eripa it's sitespeed_io, could that be the problem? |
The problem in what issue, @soulgalore? The fact that I needed to create the database manually? Or do you think it will make any difference having the Influx database be named just sitespeed in regards to the metric split issue? |
ah sorry @eripa yes I meant that in your example the database was called sitespeed_io but in the compose file it is sitespeed only, but maybe did your own setup? Maybe it's also better to have a create script instead of specific tutum/influxdb thing. however the other issue seems more important. |
Ah, I see. No worries! Yes I used my own docker-compose file.. And in the container image I uses there doesn't seem to be any "precreate" functionality. Excerpt for my docker-compose:
|
Cool, I see now, we should also switch to the official one (and bind to a specific version). About the database: I guess we can use the API as in https://hub.docker.com/_/influxdb/ Also think we should have some default dashboard when we release. We can merge the PR but I think we should have the cli options commented out for now until we have everything fixed. |
Sounds good to me! Should I create a separate issue for the split metric issue? |
@eripa yes please and examples if you have :) |
Hi there, |
I'm pushing this completely untested. Would love for someone to give it a spin and see if it actually works. Version 5 of the influx module has a completely new API.