-
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
Kibana usage collection to ts project refs #81265
Kibana usage collection to ts project refs #81265
Conversation
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
"../src/plugins/usage_collection/**/*", | ||
"../src/plugins/telemetry_collection_manager/**/*", | ||
"../src/plugins/telemetry/**/*" | ||
"plugins/global_search/**/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self-review: I deleted the usage_collection
, telemetry_collection_manager
and telemetry
plugin paths from "exclude" because they're not referenced in the "include" array. "exclude" only applies to directories listed in the "include" array and there isn't a path to "../src/plugins".
…collection-to-ts-project-refs
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-core (Team:Core) |
Extracts
kibana_usage_collection
plugin to a separate ts project.Part of #81017
Condensed output from node --max-old-space-size=4096 ./node_modules/.bin/tsc -p tsconfig.json --extendedDiagnostics --noEmit given in the after section for each plugin.
Before:
Files: 5289
Lines: 707035
After:
Files: 5255
Lines: 704116