Nvlink error counters are unsigned integers, this option was missing in the cast method
Prometheus was no available sink although the code was there
NVlink errors are gathered by gpu and link. The prometheus exporter did not recognize the link id and therefore only reports the last link of each gpu. For our case, the sum of all links per gpu is the interesting value. So we implement this as a seperate metric.