1
0

Update module prometheus/client_golang to v1

This commit is contained in:
kolaente
2020-04-12 22:06:24 +02:00
parent d28f005552
commit 9559a68416
110 changed files with 26570 additions and 1172 deletions

View File

@ -183,7 +183,6 @@ func (netDev NetDev) Total() NetDevLine {
names = append(names, ifc.Name)
total.RxBytes += ifc.RxBytes
total.RxPackets += ifc.RxPackets
total.RxPackets += ifc.RxPackets
total.RxErrors += ifc.RxErrors
total.RxDropped += ifc.RxDropped
total.RxFIFO += ifc.RxFIFO