mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-06 10:36:36 +00:00
collector: fix wrong perfdata instances (#1763)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -13,9 +13,9 @@ const (
|
||||
TotalSentBytes = "Total Sent Bytes"
|
||||
UDPPacketsReceivedPersec = "UDP Packets Received/sec"
|
||||
UDPPacketsSentPersec = "UDP Packets Sent/sec"
|
||||
FECRate = "Forward Error Correction (FEC) percentage"
|
||||
LossRate = "Loss percentage"
|
||||
RetransmissionRate = "Percentage of packets that have been retransmitted"
|
||||
FECRate = "FEC rate"
|
||||
LossRate = "Loss rate"
|
||||
RetransmissionRate = "Retransmission rate"
|
||||
|
||||
AverageEncodingTime = "Average Encoding Time"
|
||||
FrameQuality = "Frame Quality"
|
||||
|
||||
Reference in New Issue
Block a user