-
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
[TSVB] Visualization crashes when it is opened from Metrics Ui #98120
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Public APIs missing comments
Async chunks
Public APIs missing exports
History
To update your PR or re-run it, just comment with: |
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.
LGTM! Thank you
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, works as expected
…ic#98120) * [TSVB] Metrics UI crashes when it is opened from Metrics Ui * Fix bug on initialization Co-authored-by: Kibana Machine <[email protected]>
…ic#98120) * [TSVB] Metrics UI crashes when it is opened from Metrics Ui * Fix bug on initialization Co-authored-by: Kibana Machine <[email protected]>
… (#98278) * [TSVB] Metrics UI crashes when it is opened from Metrics Ui * Fix bug on initialization Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
… (#98279) * [TSVB] Metrics UI crashes when it is opened from Metrics Ui * Fix bug on initialization Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
Fixes #98091.
If you install the
metricbeat
data, go to Metrics --> Metrics explorer --> Visualize, the TSVB chart appears as broken.It seems that the
model.palette
is not initialized correctly for the Metrics UI. I initialize the value if it is not and it seems that the bug is fixed.This bug hasn't released yet. It was caused by the integration of the new color service to TSVB #93749