InfluxDB sent graphite.setup as alive instead of influxdb.setup #2190 (#2191)

This commit is contained in:
Peter Hedenskog 2018-10-24 19:05:11 +02:00 committed by GitHub
parent 5c0e5ce27e
commit 3ecf1bb3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}