From 24d175f73be5a5c0aa963ec57107e78445e52f24 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 1 Dec 2019 17:25:49 -0800 Subject: [PATCH] Apply suggestions from code review --- pkg/promunifi/usw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/promunifi/usw.go b/pkg/promunifi/usw.go index 9db9db7c..8d6a1bdf 100644 --- a/pkg/promunifi/usw.go +++ b/pkg/promunifi/usw.go @@ -78,7 +78,7 @@ func descUSW(ns string) *usw { RxErrors: prometheus.NewDesc(pns+"receive_errors_total", "Total Receive Errors", labelP, nil), RxMulticast: prometheus.NewDesc(pns+"receive_multicast_total", "Total Receive Multicast", labelP, nil), RxPackets: prometheus.NewDesc(pns+"receive_packets_total", "Total Receive Packets", labelP, nil), - Satisfaction: prometheus.NewDesc(pns+"satisfaction_ratoi", "Satisfaction", labelP, nil), + Satisfaction: prometheus.NewDesc(pns+"satisfaction_ratio", "Satisfaction", labelP, nil), Speed: prometheus.NewDesc(pns+"port_speed_bps", "Speed", labelP, nil), TxBroadcast: prometheus.NewDesc(pns+"transmit_broadcast_total", "Total Transmit Broadcast", labelP, nil), TxBytes: prometheus.NewDesc(pns+"transmit_bytes_total", "Total Transmit Bytes", labelP, nil),