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

Multiple influxdb servers support #1638

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

lucciano
Copy link
Contributor

Support for multiple InfluxDB.

Copy link
Collaborator

@mcspr mcspr left a 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");
Copy link
Collaborator

@mcspr mcspr Mar 20, 2019

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");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some debug left

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

Successfully merging this pull request may close these issues.

None yet

2 participants