guilbaults / infiniband-exporter

Prometheus exporter for a Infiniband Fabric
Apache License 2.0
47 stars 21 forks source link

Handling missing counter description and adding PortNeighborMTUDiscards #33

Closed guilbaults closed 3 years ago

guilbaults commented 3 years ago

I had a port with some PortNeighborMTUDiscards, it was causing the program to crash with a KeyError. With this change, the missing description will be logged and the program will continue.