-
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
[Logs / Metrics UI] [NP followup] Only use plugin start contracts in the UI #58014
Labels
chore
Feature:Logs UI
Logs UI feature
Feature:Metrics UI
Metrics UI feature
loe:small
Small Level of Effort
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
11 tasks
jasonrhodes
added a commit
to jasonrhodes/kibana
that referenced
this issue
Jun 29, 2020
jasonrhodes
added a commit
to jasonrhodes/kibana
that referenced
this issue
Jun 30, 2020
…rview data fetchers (elastic#69999) * Switches mount callbacks to only use start deps Fixes elastic#58014 * Sets up skeleton logs data fetchers for overview * Fixes type hacks for logs fetcher * Prevent kibana from crashing on initial load * Fixes types and linting errors * Fixes some linting import/export issues Co-authored-by: Alejandro Fernández Gómez <[email protected]>
jasonrhodes
added a commit
that referenced
this issue
Jun 30, 2020
…rview data fetchers (#69999) (#70351) * Switches mount callbacks to only use start deps Fixes #58014 * Sets up skeleton logs data fetchers for overview * Fixes type hacks for logs fetcher * Prevent kibana from crashing on initial load * Fixes types and linting errors * Fixes some linting import/export issues Co-authored-by: Alejandro Fernández Gómez <[email protected]> Co-authored-by: Alejandro Fernández Gómez <[email protected]>
Bamieh
pushed a commit
to Bamieh/kibana
that referenced
this issue
Jul 1, 2020
…rview data fetchers (elastic#69999) * Switches mount callbacks to only use start deps Fixes elastic#58014 * Sets up skeleton logs data fetchers for overview * Fixes type hacks for logs fetcher * Prevent kibana from crashing on initial load * Fixes types and linting errors * Fixes some linting import/export issues Co-authored-by: Alejandro Fernández Gómez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
Feature:Logs UI
Logs UI feature
Feature:Metrics UI
Metrics UI feature
loe:small
Small Level of Effort
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
This discussion provides context for this ticket.
We should, once possible, move to only using
ClientPluginsStart
. And remove merging ofsetup
andstart
. This, however, relies on theusageCollection
plugin makingreportUiStats
available instart
first.The text was updated successfully, but these errors were encountered: