-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:APM - DEPRECATEDUse Team:obs-ux-infra_services.Use Team:obs-ux-infra_services.apm:test-plan-7.16.0apm:test-plan-donePull request that was successfully tested during the test planPull request that was successfully tested during the test plantechnical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecturev7.16.0v8.0.0
Description
The apm_oss app is no longer needed since everything in Kibana is now under the same license.
We should therefore deprecate all the options in apm_oss and replace them with identical options in xpack.apm.
Dure to backwards compatibility we'll have to keep the old settings around for the foreseeable future but with deprecation warnings.
kibana/src/plugins/apm_oss/server/index.ts
Lines 15 to 28 in e86d909
| export const config = { | |
| schema: schema.object({ | |
| enabled: schema.boolean({ defaultValue: true }), | |
| transactionIndices: schema.string({ defaultValue: 'apm-*' }), | |
| spanIndices: schema.string({ defaultValue: 'apm-*' }), | |
| errorIndices: schema.string({ defaultValue: 'apm-*' }), | |
| metricsIndices: schema.string({ defaultValue: 'apm-*' }), | |
| sourcemapIndices: schema.string({ defaultValue: 'apm-*' }), | |
| onboardingIndices: schema.string({ defaultValue: 'apm-*' }), | |
| indexPattern: schema.string({ defaultValue: 'apm-*' }), | |
| fleetMode: schema.boolean({ defaultValue: true }), | |
| }), | |
| deprecations, | |
| }; |
Metadata
Metadata
Assignees
Labels
Team:APM - DEPRECATEDUse Team:obs-ux-infra_services.Use Team:obs-ux-infra_services.apm:test-plan-7.16.0apm:test-plan-donePull request that was successfully tested during the test planPull request that was successfully tested during the test plantechnical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecturev7.16.0v8.0.0