-
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
Migrate vis_type_metric to kibana/new platform #63096
Migrate vis_type_metric to kibana/new platform #63096
Conversation
bf9e265
to
debd090
Compare
Pinging @elastic/kibana-app (Team:KibanaApp) |
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.
The old metric_vis
legacy platform plugin had a yml setting metric_vis.enabled
to disable the plugin completely. The new plugin should have the same thing (and it should rename the old setting key with a warning in the logs to not introduce a breaking change in a minor version). In the timelion PR it works the same way - you need to enable the server part of the plugin for this and export the config descriptor: https://github.com/elastic/kibana/pull/62819/files#diff-c95203aabd5d12d154d7a5c2b5717967
Also please adjust the .github/CODEOWNERS
file
thx joe, I've applied those changes |
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.
Thanks!
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.
Tested in Chrome and everything works as expected (metrics rendered correctly, possible to disable them via config key)
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Move vis_type_metric to Kibana Platform * Adapt i18n * Cleanup tests * Modify CODEOWNERS * Cleanup SCSS
Summary
This PR moves the Metric Visualization to kibana/new platform.
Part of #60097