[Metrics] Fix functional tests for tooltip #137903
Labels
Feature:Metrics UI
Metrics UI feature
info-needed
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Tooltip functional test is commented out in this PR because it's failing after commenting back in Metrics UI Home Page test suite it belongs to which was commented out here #106650 due to flakey Saved Views tests.
host.network.ingress.bytes
andhost.network.egress.bytes
doesn't exist in the es archive data so the data needs to be updated. Note the ECS fields were introduced in 7.14 and may not make sense in this archive data as we agreed in [Unified Observability] Metrics overview table is not showing RX or TX metrics although they're available #131152 (comment) that users before this version would not get the data, so we could simply update the values to '-' which is correct for <7.14 and test for older versions that there is a value. I also think we can simplify this test and don't need to test for exact values as its covered elsewhere, perhaps just checking values exist and the tooltip is showing for the first node in the waffle mapThe text was updated successfully, but these errors were encountered: