Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Nov 25, 2019
1 parent a8b276b commit a3b5396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/legacy/plugins/monitoring/server/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class Plugin {
const kbnServer = core._kbnServer;
const config = core.config();
const usageCollection = plugins.usageCollection;
registerMonitoringCollection();
/*
* Register collector objects for stats to show up in the APIs
*/
Expand All @@ -28,7 +29,7 @@ export class Plugin {
getOSInfo: core.getOSInfo,
hapiServer: core._hapi,
});
registerMonitoringCollection();


/*
* Instantiate and start the internal background task that calls collector
Expand Down

0 comments on commit a3b5396

Please sign in to comment.