fix problem with metric name in network mode for ec2 (#1889)

This commit is contained in:
Julien Mathis 2020-03-18 18:46:28 +01:00 committed by GitHub
parent c6c6486c92
commit 292b90334b

View File

@ -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',
},