Fixed naming

f_influx-checks
Ruakij 3 years ago
parent e715cc1cac
commit d77e3f8844

@ -1,11 +1,11 @@
const logger = require.main.require("./helper/logger.js")("InfluxPointWriter"); const logger = require.main.require("./helper/logger.js")("InfluxPointWriter");
const { Writeable } = require('stream'); const { Writable } = require('stream');
const {InfluxDB, Point, HttpError} = require('@influxdata/influxdb-client') const {InfluxDB, Point, HttpError} = require('@influxdata/influxdb-client')
/** /**
* Get points and write them into influx * Get points and write them into influx
*/ */
class InfluxPointWriter extends Writeable{ class InfluxPointWriter extends Writable{
/** /**
* *
* @param {string} url Influx-Url * @param {string} url Influx-Url

Loading…
Cancel
Save