mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
23 lines
885 B
YAML
23 lines
885 B
YAML
---
|
|
- "Feature:Embedding":
|
|
- "src/plugins/embeddable/**/*.*"
|
|
- "src/plugins/dashboard_embeddable_container/**/*.*"
|
|
- "Feature:Drilldowns":
|
|
- "x-pack/plugins/drilldowns/**/*.*"
|
|
- "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*"
|
|
- "Feature:ExpressionLanguage":
|
|
- "src/plugins/expressions/**/*.*"
|
|
- "src/plugins/bfetch/**/*.*"
|
|
- "Team:apm":
|
|
- "x-pack/plugins/apm/**/*.*"
|
|
- "x-pack/test/apm_api_integration/**/*.*"
|
|
- "packages/kbn-apm-synthtrace/**/*.*"
|
|
- "packages/kbn-apm-synthtrace-client/**/*.*"
|
|
- "packages/kbn-apm-utils/**/*.*"
|
|
- "Team:Fleet":
|
|
- "x-pack/plugins/fleet/**/*.*"
|
|
- "x-pack/test/fleet_api_integration/**/*.*"
|
|
- "Team:uptime":
|
|
- "x-pack/plugins/synthetics/**/*.*"
|
|
- "x-pack/plugins/ux/**/*.*"
|
|
- "x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*"
|