mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
stats: fix initialization
This commit is contained in:
parent
f63ec3a6c9
commit
fea12dbfc3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ std::unordered_map<Stats::Metric, Stats::MetricDescription> Stats::metrics = {
|
|||
{ Stats::Metric::AGE, { "age", "seconds", "Processing time of packets within the from receive to sent" }},
|
||||
{ Stats::Metric::SIGNAL_COUNT, { "signal_cnt", "signals", "Number of signals per sample" }},
|
||||
{ Stats::Metric::RTP_LOSS_FRACTION, { "rtp.loss_fraction", "percent", "Fraction lost since last RTP SR/RR." }},
|
||||
{ Stats::Metric::RTP_PKTS_LOST, { "rtp.pkts_lost", "packets", "Cumulative number of packtes lost" }},
|
||||
{ Stats::Metric::RTP_PKTS_LOST, { "rtp.pkts_lost", "packets", "Cumulative number of packets lost" }},
|
||||
{ Stats::Metric::RTP_JITTER, { "rtp.jitter", "seconds", "Interarrival jitter" }},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue