-
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
[Stack Monitoring] migrate elasticsearch node overview page to React #113318
Conversation
interface ParsedMonitoringData { | ||
[key: string]: any; | ||
} | ||
export const useLocalStorage = <Value>(key: string, defaultValue: Value): [Value, Function] => { |
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.
this hook replaces the "features" service https://github.com/elastic/kibana/blob/master/x-pack/plugins/monitoring/public/services/features.js
@elasticmachine merge upstream |
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.
This looks solid to me on docker-test-cluster. It has the same brush/url update issue I've seen on other graphs, but #112063 should address that.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @neptunian |
#113339
#112822
Migrates Elasticsearch -> Nodes -> Overview page
Test