Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Infra] Fix Actions on Charts (#202443)
## Summary Closes #201535 This PR fixes the actions not displayed on Infra charts while hovering with the mouse, while also modifying the actions that should be displayed. Right now, the following actions are displayed: - Explore in Discover - Inspect - Open in Lens (as a custom action, clicking the 3 dots) ### How to test 1. Start Kibana and fill it with data, `node scripts/synthtrace infra_hosts_with_apm_hosts` can be used if you don't have data. 2. Navigate to Host list, check if hovering a chart displays the actions 3. Navigate to Host details, check if hovering a chart displays the actions ### Screenshots Before|After -|- ![image](https://github.com/user-attachments/assets/489b00e0-9702-4ac2-a55e-cc1e1e733783)|![image](https://github.com/user-attachments/assets/fa37a6ba-9074-403f-ad10-1b6b58e3f64a)
- Loading branch information