plugins/traffic-control: remove latency and packet loss from generic metadata

Latency and packet loass are displayed in the table, there is not need to
show them in the general section too.
This commit is contained in:
Alessandro Puccetti
2016-08-16 13:05:59 +02:00
parent c0fca6d2be
commit c213270028

View File

@@ -150,14 +150,6 @@ func (r *Reporter) getContainerNodes() map[string]node {
nodes[nodeID] = node{
LatestControls: getTrafficNodeControls(timestamp, dead),
Latest: map[string]stringEntry{
"traffic-control-latency": {
Timestamp: timestamp,
Value: latency,
},
"traffic-control-pktloss": {
Timestamp: timestamp,
Value: pktLoss,
},
"traffic-control-table-latency": {
Timestamp: timestamp,
Value: latency,