Skip to content

Commit

Permalink
removing apm code
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 13, 2020
1 parent 7d09e97 commit f2d58df
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions x-pack/plugins/apm/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
pluginSetupDeps.home.environment.update({ apmUi: true });
pluginSetupDeps.home.featureCatalogue.register(featureCatalogueEntry);

if (plugins.observability) {
plugins.observability.dashboard.register({
appName: 'apm',
fetchData: ({ startTime, endTime, bucketSize }) => {
return Promise.resolve([]);
},
hasData: () => {
return Promise.resolve(true);
},
});
}

core.application.register({
id: 'apm',
title: 'APM',
Expand Down

0 comments on commit f2d58df

Please sign in to comment.