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',
|
'output' => 'Network Out',
|
||||||
'label' => 'network-out',
|
'label' => 'network-out',
|
||||||
'nlabel' => {
|
'nlabel' => {
|
||||||
'absolute' => 'ec2.network.in.bytes',
|
'absolute' => 'ec2.network.out.bytes',
|
||||||
'per_second' => 'ec2.network.in.bytespersecond',
|
'per_second' => 'ec2.network.out.bytespersecond',
|
||||||
},
|
},
|
||||||
'unit' => 'B',
|
'unit' => 'B',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue