diff --git a/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx index e881950df570c..dece3437e3e1d 100644 --- a/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx +++ b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx @@ -82,14 +82,6 @@ const buildMetricCell = ( }; const buildItemsList = (nodes: InfraAssetMetricsItem[]): HostNodeRow[] => { - nodes.map((node) => { - if (node.name === 'instance') { - node.metrics[0].value = 0; - node.hasSystemMetrics = true; - } - return node; - }); - return nodes.map(({ metrics, metadata, name, alertsCount, hasSystemMetrics }) => { const metadataKeyValue = metadata.reduce( (acc, curr) => ({