bunyan-influxdb
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -25,3 +25,3 @@ 'use strict'; | ||
}, function (clbk, results) { | ||
this.clientInflux.writePoints(tasks[0].series, dbs[k], k, function (err) { | ||
this.clientInflux.writePoints(tasks[0].series, dbs[k], {db: k}, function (err) { | ||
err && console.error("Influxdb write error ", err); | ||
@@ -28,0 +28,0 @@ clbk && clbk(err); |
{ | ||
"name": "bunyan-influxdb", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Bunyan InfluxDB Stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3594