This commit is contained in:
parent
5c0e5ce27e
commit
3ecf1bb3a9
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue