-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Usage Collection & Telemetry] Migrate to TS project references #81017
Comments
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
Thanks for creating the issue! |
@restrry QQ on the guide's instructions:
I see some non-xpack plugins (e.g. |
That's okay, we do this to reduce number of processed for
Yes, you can delete them from We are going to delete all |
@restrry thanks!
When I run For anyone who happens to come across the same issue, the resolution was to fix the formatting in the tsconfig.json files. |
@afharo Update: The blockers for migrating the |
Pinging @elastic/kibana-core (Team:Core) |
Update: still these blockers:
|
Status update: The blockers listed previously are still holding up this work:
|
Summary
Now that the Kibana build system supports using TypeScript project references (#46773), the telemetry-related plugins must be migrated to participate. This is part of the overall effort tracked at #80508.
Migration order:
(has blockers)(Converts Telemetry Management Section to TS project refs #88073)Blockers (removed)
telemetry_management_section
depends on migration of the following first:advancedSettings(Kibana app and presentation ts projects #87639)management([DX] Management to TS projects #87660)home([DX] Home & SO tagging OSS to TS projects #87610)data(Migrate App services plugins to TS projects #87294)bfetch(Migrate App services plugins to TS projects #87294)expressions(Migrate App services plugins to TS projects #87294)inspector(Add TS project references for inspector #81792)uiActions(Migrate App services plugins to TS projects #87294)usageCollection(Usage collection plugins to ts project refs #81090)urlForwarding(Add tsconfig for url_forwarding #81177)kibanaLegacy(Add TS config for kibana_legacy #80992)telemetry(Usage collection plugins to ts project refs #81090)telemetryCollectionManager(Usage collection plugins to ts project refs #81090)Acceptance criteria
The telemetry-related plugins can be referred to using a project reference, which means each...
tsconfig.json
file which conforms to the documented formtsc
's build modeRelated information
The text was updated successfully, but these errors were encountered: