-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Reporting] New Platform Migration #56485
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@elasticmachine merge upstream |
// Schedule to call the "start" hook only after start dependencies are ready | ||
coreSetup.getStartServices().then(([core, plugins]) => | ||
pluginInstance.start(core, { | ||
data: (plugins as any).data as DataPluginStart, |
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.
I think this should be: plugins as ReportingStartDeps
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Hi, can you fill out the PR description and update the checklist items? This is looking great. Thank you so much for improving our way of accessing this service! |
PR is relplaced by #56563 |
PR is relplaced by #56563 |
Part of #53898
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers