Skip to content

Commit

Permalink
delete legacy apm_oss plugin (#73016) (#73042)
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/legacy/server/kbn_server.d.ts
  • Loading branch information
pgayvallet authored Jul 23, 2020
1 parent cefbf70 commit c0feeec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 88 deletions.
22 changes: 0 additions & 22 deletions src/legacy/core_plugins/apm_oss/index.d.ts

This file was deleted.

60 changes: 0 additions & 60 deletions src/legacy/core_plugins/apm_oss/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/legacy/core_plugins/apm_oss/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions src/legacy/server/kbn_server.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
import { LegacyConfig, ILegacyService, ILegacyInternals } from '../../core/server/legacy';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { UiPlugins } from '../../core/server/plugins';
import { ApmOssPlugin } from '../core_plugins/apm_oss';
import { CallClusterWithRequest, ElasticsearchPlugin } from '../core_plugins/elasticsearch';
import { UsageCollectionSetup } from '../../plugins/usage_collection/server';
import { UiSettingsServiceFactoryOptions } from '../../legacy/ui/ui_settings/ui_settings_service_factory';
Expand All @@ -62,7 +61,6 @@ declare module 'hapi' {
elasticsearch: ElasticsearchPlugin;
kibana: any;
spaces: any;
apm_oss?: ApmOssPlugin;
// add new plugin types here
}

Expand Down

0 comments on commit c0feeec

Please sign in to comment.