-
Notifications
You must be signed in to change notification settings - Fork 638
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
Multiple influxdb servers support #1638
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this practical though?
If what we trying to do is to write the same data to multiple instances, would something like https://github.com/jumptrading/influx-spout be a better option? (some more info)
@@ -810,7 +830,7 @@ function delMapping() { | |||
// ----------------------------------------------------------------------------- | |||
|
|||
function delNetwork() { | |||
var parent = $(this).parents(".pure-g"); | |||
var parent = $(this).parents(".p-g"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i thought gulp will rename .pure-g
to .p-g
. does it not?
@@ -1434,9 +1452,23 @@ function processData(data) { | |||
return; | |||
} | |||
|
|||
if("idbs" === key) { | |||
console.log('"' + key + '"', key, "idbs" === key, value ); | |||
console.log("chanfle"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some debug left
Support for multiple InfluxDB.