-
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
[Metric UI] Convert layout JSON to React components for Inventory models #48808
Labels
enhancement
New value added to drive a business result
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Comments
simianhacker
added
enhancement
New value added to drive a business result
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
labels
Oct 21, 2019
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
simianhacker
changed the title
[Metric UI] Convert layout JSON to react components for Inventory models
[Metric UI] Convert layout JSON to React components for Inventory models
Oct 21, 2019
simianhacker
added a commit
to simianhacker/kibana
that referenced
this issue
Oct 28, 2019
- This PR closes elastic#48808 - Move all files under pages/metrics
simianhacker
added a commit
that referenced
this issue
Nov 13, 2019
* Convert layouts to use React compontents - This PR closes #48808 - Move all files under pages/metrics * Renaming layout files; Fixing some types; Removing unused types * Fixing naming issue * Fixing path * Fixing i18n stuff * [Metrics UI] Move toolbars under inventory models * Fixing imports; wrapping code in useMemo to optimize * removing unused imports * Removing prototype page
simianhacker
added a commit
to simianhacker/kibana
that referenced
this issue
Nov 18, 2019
* Convert layouts to use React compontents - This PR closes elastic#48808 - Move all files under pages/metrics * Renaming layout files; Fixing some types; Removing unused types * Fixing naming issue * Fixing path * Fixing i18n stuff * [Metrics UI] Move toolbars under inventory models * Fixing imports; wrapping code in useMemo to optimize * removing unused imports * Removing prototype page
simianhacker
added a commit
that referenced
this issue
Nov 18, 2019
* Convert layouts to use React compontents - This PR closes #48808 - Move all files under pages/metrics * Renaming layout files; Fixing some types; Removing unused types * Fixing naming issue * Fixing path * Fixing i18n stuff * [Metrics UI] Move toolbars under inventory models * Fixing imports; wrapping code in useMemo to optimize * removing unused imports * Removing prototype page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New value added to drive a business result
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Currently the layout for the metric detail page is expressed in JSON. We feel that it would make more sense and allow for greater flexibility if instead of returning a JSON object that we then interpret into React, to just return a React component to generate the pages. This will also give us more flexibility for each layout.
The text was updated successfully, but these errors were encountered: