diff --git a/dashboards/network-usage/cluster-total.libsonnet b/dashboards/network-usage/cluster-total.libsonnet index 78835685b..2437c5ba3 100644 --- a/dashboards/network-usage/cluster-total.libsonnet +++ b/dashboards/network-usage/cluster-total.libsonnet @@ -440,11 +440,6 @@ local var = g.dashboard.variable; '${datasource}', ||| sum by (instance) ( rate(node_netstat_Tcp_RetransSegs{%(clusterLabel)s="$cluster"}[%(grafanaIntervalVar)s]) / rate(node_netstat_Tcp_OutSegs{%(clusterLabel)s="$cluster"}[%(grafanaIntervalVar)s]) - * on (%(clusterLabel)s,namespace,pod) group_left () - topk by (%(clusterLabel)s,namespace,pod) ( - 1, - max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"}) - ) ) ||| % $._config ) @@ -458,11 +453,6 @@ local var = g.dashboard.variable; '${datasource}', ||| sum by (instance) ( rate(node_netstat_TcpExt_TCPSynRetrans{%(clusterLabel)s="$cluster"}[%(grafanaIntervalVar)s]) / rate(node_netstat_Tcp_RetransSegs{%(clusterLabel)s="$cluster"}[%(grafanaIntervalVar)s]) - * on (%(clusterLabel)s,namespace,pod) group_left () - topk by (%(clusterLabel)s,namespace,pod) ( - 1, - max by (%(clusterLabel)s,namespace,pod) (kube_pod_info{host_network="false"}) - ) ) ||| % $._config )