Fix typo in metric.

Bug: None
Change-Id: I7905eb59b087618f466eaabad28f409297f2fac0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216396
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33871}
This commit is contained in:
Mirko Bonadei
2021-04-29 10:11:15 +02:00
committed by WebRTC LUCI CQ
parent f15ece8acb
commit 44f161b83f

View File

@ -215,7 +215,7 @@ void StatsBasedNetworkQualityMetricsReporter::ReportStats(
ReportResult("bytes_discarded_no_receiver", pc_label,
network_layer_stats.stats->BytesDropped().bytes(),
"sizeInBytes");
ReportResult("packets_discarded_no_recevier", pc_label,
ReportResult("packets_discarded_no_receiver", pc_label,
network_layer_stats.stats->PacketsDropped(), "unitless");
ReportResult("payload_bytes_received", pc_label,