diff --git a/lib/plugins/influxdb/index.js b/lib/plugins/influxdb/index.js index 34a1a9133..38aaa2405 100644 --- a/lib/plugins/influxdb/index.js +++ b/lib/plugins/influxdb/index.js @@ -47,8 +47,8 @@ module.exports = { this.screenshotType = message.data.screenshotType; } } else if (message.type === 'sitespeedio.setup') { - // Let other plugins know that the Graphite plugin is alive - queue.postMessage(this.make('graphite.setup')); + // Let other plugins know that the InfluxDB plugin is alive + queue.postMessage(this.make('influxdb.setup')); } else if (message.type === 'grafana.setup') { this.sendAnnotation = false; }