guilbaults / infiniband-exporter

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

Implement PortSwHOQLifetimeLimitDiscards metric #45

Closed jknedlik closed 2 years ago

jknedlik commented 2 years ago

Implements the PortSwHOQLifetiemLimitDiscards, which is a finer grained congestion metric of xmitDiscards. Prior to this, the infiniband scraper returned false, as we had errors in the like of

2021-11-10 18:30:43,587 - ERROR - Missing description for counter metric: PortSwHOQLifetimeLimitDiscards

There are even more detailed metrics that were added at the same time, which could potentially also evoke this behaviour. I can open an Issue for this, if you want.

I have updated the minor Version in the .py and .spec files, but did not change the gittag