Skip to content

Commit d5a3609

Browse files
committed
Fix RDMA multicast metric in node dashboard
- Update PromQL query from `rx_vport_rdma_multicast_bytes_total` to `tx_vport_rdma_multicast_bytes_total` Signed-off-by: lou-lan <[email protected]>
1 parent c72c2d0 commit d5a3609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/spiderpool/files/grafana-rdma-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
"uid": "${datasource}"
654654
},
655655
"editorMode": "code",
656-
"expr": "rate(rdma_tx_vport_rdma_unicast_bytes_total{pod_name=\"\", node_name=~\"$node\",cluster=~\"$cluster\"}[$__rate_interval]) +\nrate(rdma_rx_vport_rdma_multicast_bytes_total{pod_name=\"\", node_name=~\"$node\",cluster=~\"$cluster\"}[$__rate_interval])",
656+
"expr": "rate(rdma_tx_vport_rdma_unicast_bytes_total{pod_name=\"\", node_name=~\"$node\",cluster=~\"$cluster\"}[$__rate_interval]) +\nrate(rdma_tx_vport_rdma_multicast_bytes_total{pod_name=\"\", node_name=~\"$node\",cluster=~\"$cluster\"}[$__rate_interval])",
657657
"legendFormat": "{{net_dev_name}}",
658658
"range": true,
659659
"refId": "A"

0 commit comments

Comments
 (0)