fix problem with metric name in network mode for ec2 (#1889)
This commit is contained in:
parent
5cd0e80f40
commit
20dbd338fe
|
@ -39,8 +39,8 @@ my %metrics_mapping = (
|
|||
'output' => 'Network Out',
|
||||
'label' => 'network-out',
|
||||
'nlabel' => {
|
||||
'absolute' => 'ec2.network.in.bytes',
|
||||
'per_second' => 'ec2.network.in.bytespersecond',
|
||||
'absolute' => 'ec2.network.out.bytes',
|
||||
'per_second' => 'ec2.network.out.bytespersecond',
|
||||
},
|
||||
'unit' => 'B',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue