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 5cd0e80f40
commit 20dbd338fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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