Skip to content
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

[Metrics UI] Enhance Inventory View Tooltips #69757

Conversation

simianhacker
Copy link
Member

@simianhacker simianhacker commented Jun 23, 2020

Summary

This PR enhances the inventory view tooltips by adding additional metrics when the tooltip is loaded. The data is loaded 250ms after the mouse has been hovering over the node. If the mouse leaves the node the request is canceled.

image

Checklist

Delete any items that are not applicable to this PR.

@simianhacker simianhacker added this to the Metrics UI 7.9 milestone Jun 23, 2020
@simianhacker simianhacker added Feature:Metrics UI Metrics UI feature release_note:enhancement Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.9.0 v8.0.0 labels Jun 23, 2020
@simianhacker simianhacker force-pushed the issue-65915-improve-waffle-map-tooltips branch 7 times, most recently from 81ab9ca to 6639919 Compare June 26, 2020 23:52
@simianhacker simianhacker force-pushed the issue-65915-improve-waffle-map-tooltips branch from 6639919 to 6eb4e6b Compare June 27, 2020 01:36
@simianhacker simianhacker marked this pull request as ready for review June 29, 2020 15:40
@simianhacker simianhacker requested a review from a team as a code owner June 29, 2020 15:40
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

@simianhacker
Copy link
Member Author

@elasticmachine merge upstream

Copy link
Contributor

@Zacqary Zacqary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to merge, just a couple typos to fix

currentTime,
'',
'',
false // Doesn't sent request until reload() reload is called
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: send request, wrote reload twice

@@ -110,15 +110,22 @@ const requestGroupedNodes = async (
>(callClusterFactory(client), query, bucketSelector, handleAfterKey);
};

const calcualteIndexPatterBasedOnMetrics = (options: InfraSnapshotRequestOptions) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: calculate

@simianhacker
Copy link
Member Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
infra 599 +1 598

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@simianhacker simianhacker merged commit b7f33b9 into elastic:master Jul 1, 2020
simianhacker added a commit to simianhacker/kibana that referenced this pull request Jul 1, 2020
* [Metrics UI] Enhance Inventory View Tooltips

* Fixing typos

* Removing toMetricOpt

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
simianhacker added a commit that referenced this pull request Jul 2, 2020
* [Metrics UI] Enhance Inventory View Tooltips

* Fixing typos

* Removing toMetricOpt

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
@simianhacker simianhacker deleted the issue-65915-improve-waffle-map-tooltips branch April 17, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Metrics UI Metrics UI feature release_note:enhancement Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants