Update cloud/azure/storage/storagesync/mode/sessions.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
This commit is contained in:
matoy 2021-06-08 19:54:18 +02:00 committed by GitHub
parent ac0995a3ee
commit 97a75bf460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -44,7 +44,15 @@ sub get_metrics_mapping {
'unit' => '',
'min' => '0',
'max' => ''
}
},
'storagesyncbatchtransferredfilebytes' => {
'output' => 'Bytes synced',
'label' => 'bytes-synced',
'nlabel' => 'storage.storagesync.bytes.synced.bytes',
'unit' => 'B',
'min' => '0',
'max' => ''
}
};
return $metrics_mapping;