Skip to content

Commit

Permalink
Removing old usage collector fom legacy Canvas plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Dec 18, 2019
1 parent 31ea823 commit bf4f4f0
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 566 deletions.
2 changes: 0 additions & 2 deletions x-pack/legacy/plugins/canvas/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import { CoreSetup, PluginsSetup } from './shim';
import { routes } from './routes';
import { functions } from '../canvas_plugin_src/functions/server';
import { registerCanvasUsageCollector } from './usage';
import { loadSampleData } from './sample_data';

export class Plugin {
Expand Down Expand Up @@ -61,7 +60,6 @@ export class Plugin {
},
});

registerCanvasUsageCollector(plugins.usageCollection, core);
loadSampleData(
plugins.sampleData.addSavedObjectsToSampleDataset,
plugins.sampleData.addAppLinksToSampleDataset
Expand Down
50 changes: 0 additions & 50 deletions x-pack/legacy/plugins/canvas/server/usage/collector.ts

This file was deleted.

33 changes: 0 additions & 33 deletions x-pack/legacy/plugins/canvas/server/usage/collector_helpers.ts

This file was deleted.

This file was deleted.

121 changes: 0 additions & 121 deletions x-pack/legacy/plugins/canvas/server/usage/custom_element_collector.ts

This file was deleted.

7 changes: 0 additions & 7 deletions x-pack/legacy/plugins/canvas/server/usage/index.ts

This file was deleted.

Loading

0 comments on commit bf4f4f0

Please sign in to comment.