mirror of
https://github.com/weaveworks/scope.git
synced 2026-04-20 09:27:35 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user