Skip to content

Fix metric name for state and phys state metrics in metadata.csv #20281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infiniband/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ infiniband.multicast_rcv_packets,gauge,,packet,,"Number of multicast packets,inc
infiniband.multicast_rcv_packets.count,count,,packet,,Number of new multicast packets received since the last metric submission (legacy),0,infiniband,,,
infiniband.multicast_xmit_packets,gauge,,packet,,Number of multicast packets transmitted on all Virtual Lanes from the port (legacy),0,infiniband,,,
infiniband.multicast_xmit_packets.count,count,,packet,,Number of new multicast packets transmitted since the last metric submission (legacy),0,infiniband,,,
infiniband.phys_state,gauge,,,,Physical link state,0,infiniband,,,
infiniband.port_multicast_rcv_packets,gauge,,packet,,Number of multicast packets received,0,infiniband,,,
infiniband.port_multicast_rcv_packets.count,count,,packet,,Number of new multicast packets received since the last metric submission,0,infiniband,,,
infiniband.port_multicast_xmit_packets,gauge,,packet,,Number of multicast packets transmitted on all Virtual Lanes from the port,0,infiniband,,,
infiniband.port_multicast_xmit_packets.count,count,,packet,,Number of new multicast packets transmitted since the last metric submission,0,infiniband,,,
infiniband.port_phys_state,gauge,,,,Physical link state,0,infiniband,,,
infiniband.port_rcv_constraint_errors,gauge,,error,,Number of packets received on the switch physical port that are discarded,0,infiniband,,,
infiniband.port_rcv_constraint_errors.count,count,,error,,Number of new packets discarded on receive since the last metric submission,0,infiniband,,,
infiniband.port_rcv_data,gauge,,byte,,"Number of data octets,divided by 4,received on all Virtual Lanes from the port",0,infiniband,,,
Expand All @@ -36,6 +36,7 @@ infiniband.port_rcv_remote_physical_errors,gauge,,error,,Number of packets marke
infiniband.port_rcv_remote_physical_errors.count,count,,error,,Number of new packets with EBP delimiter received since the last metric submission,0,infiniband,,,
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,,,
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,,,
infiniband.port_state,gauge,,,,Port state,0,infiniband,,,
infiniband.port_unicast_rcv_packets,gauge,,packet,,"Number of unicast packets,including unicast packets containing errors",0,infiniband,,,
infiniband.port_unicast_rcv_packets.count,count,,packet,,Number of new unicast packets received since the last metric submission,0,infiniband,,,
infiniband.port_unicast_xmit_packets,gauge,,packet,,Number of unicast packets transmitted on all Virtual Lanes from the port,0,infiniband,,,
Expand Down Expand Up @@ -176,7 +177,6 @@ infiniband.rdma.tx_vport_unicast_bytes,gauge,,byte,,Number of unicast bytes tran
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,,,
infiniband.rdma.tx_vport_unicast_packets,gauge,,packet,,Number of unicast packets transmitted on virtual port,0,infiniband,,,
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,,,
infiniband.state,gauge,,,,Port state,0,infiniband,,,
infiniband.symbol_error,gauge,,error,,Number of minor link errors detected on one or more physical lanes,0,infiniband,,,
infiniband.symbol_error.count,count,,error,,Number of new minor link errors detected since the last metric submission,0,infiniband,,,
infiniband.unicast_rcv_packets,gauge,,packet,,"Number of unicast packets,including unicast packets containing errors (legacy)",0,infiniband,,,
Expand Down
Loading