We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c597b0 commit 52e7b96Copy full SHA for 52e7b96
lib/index.js
@@ -8,7 +8,7 @@ import { sendV1 } from './send-annotation.js';
8
import { sendV2 } from './send-annotationV2.js';
9
import { InfluxDBDataGenerator as DataGenerator } from './data-generator.js';
10
import { throwIfMissing, isEmpty } from './util.js';
11
-import { getInfluxdbOptions } from './cli.js';
+import { getInfluxdbOptions } from './cli.js';
12
13
const log = getLogger('sitespeedio.plugin.influxdb');
14
@@ -177,6 +177,8 @@ export default class InfluxDBPlugin extends SitespeedioPlugin {
177
}
178
179
180
+/*
181
export function getCliOptions() {
182
return getInfluxdbOptions();
-}
183
+}
184
+*/
0 commit comments