Skip to content

Commit 3b64882

Browse files
authored
fix metric name (#20281)
1 parent 1437a6a commit 3b64882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infiniband/metadata.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ infiniband.multicast_rcv_packets,gauge,,packet,,"Number of multicast packets,inc
1313
infiniband.multicast_rcv_packets.count,count,,packet,,Number of new multicast packets received since the last metric submission (legacy),0,infiniband,,,
1414
infiniband.multicast_xmit_packets,gauge,,packet,,Number of multicast packets transmitted on all Virtual Lanes from the port (legacy),0,infiniband,,,
1515
infiniband.multicast_xmit_packets.count,count,,packet,,Number of new multicast packets transmitted since the last metric submission (legacy),0,infiniband,,,
16-
infiniband.phys_state,gauge,,,,Physical link state,0,infiniband,,,
1716
infiniband.port_multicast_rcv_packets,gauge,,packet,,Number of multicast packets received,0,infiniband,,,
1817
infiniband.port_multicast_rcv_packets.count,count,,packet,,Number of new multicast packets received since the last metric submission,0,infiniband,,,
1918
infiniband.port_multicast_xmit_packets,gauge,,packet,,Number of multicast packets transmitted on all Virtual Lanes from the port,0,infiniband,,,
2019
infiniband.port_multicast_xmit_packets.count,count,,packet,,Number of new multicast packets transmitted since the last metric submission,0,infiniband,,,
20+
infiniband.port_phys_state,gauge,,,,Physical link state,0,infiniband,,,
2121
infiniband.port_rcv_constraint_errors,gauge,,error,,Number of packets received on the switch physical port that are discarded,0,infiniband,,,
2222
infiniband.port_rcv_constraint_errors.count,count,,error,,Number of new packets discarded on receive since the last metric submission,0,infiniband,,,
2323
infiniband.port_rcv_data,gauge,,byte,,"Number of data octets,divided by 4,received on all Virtual Lanes from the port",0,infiniband,,,
@@ -36,6 +36,7 @@ infiniband.port_rcv_remote_physical_errors,gauge,,error,,Number of packets marke
3636
infiniband.port_rcv_remote_physical_errors.count,count,,error,,Number of new packets with EBP delimiter received since the last metric submission,0,infiniband,,,
3737
infiniband.port_rcv_switch_relay_errors,gauge,,error,,Number of packets received on the port that were discarded because they could not be forwarded by the switch relay,0,infiniband,,,
3838
infiniband.port_rcv_switch_relay_errors.count,count,,error,,Number of new packets discarded due to switch relay forwarding failure since the last metric submission,0,infiniband,,,
39+
infiniband.port_state,gauge,,,,Port state,0,infiniband,,,
3940
infiniband.port_unicast_rcv_packets,gauge,,packet,,"Number of unicast packets,including unicast packets containing errors",0,infiniband,,,
4041
infiniband.port_unicast_rcv_packets.count,count,,packet,,Number of new unicast packets received since the last metric submission,0,infiniband,,,
4142
infiniband.port_unicast_xmit_packets,gauge,,packet,,Number of unicast packets transmitted on all Virtual Lanes from the port,0,infiniband,,,
@@ -176,7 +177,6 @@ infiniband.rdma.tx_vport_unicast_bytes,gauge,,byte,,Number of unicast bytes tran
176177
infiniband.rdma.tx_vport_unicast_bytes.count,count,,byte,,Number of new unicast bytes transmitted on virtual port since the last metric submission,0,infiniband,,,
177178
infiniband.rdma.tx_vport_unicast_packets,gauge,,packet,,Number of unicast packets transmitted on virtual port,0,infiniband,,,
178179
infiniband.rdma.tx_vport_unicast_packets.count,count,,packet,,Number of new unicast packets transmitted on virtual port since the last metric submission,0,infiniband,,,
179-
infiniband.state,gauge,,,,Port state,0,infiniband,,,
180180
infiniband.symbol_error,gauge,,error,,Number of minor link errors detected on one or more physical lanes,0,infiniband,,,
181181
infiniband.symbol_error.count,count,,error,,Number of new minor link errors detected since the last metric submission,0,infiniband,,,
182182
infiniband.unicast_rcv_packets,gauge,,packet,,"Number of unicast packets,including unicast packets containing errors (legacy)",0,infiniband,,,

0 commit comments

Comments
 (0)