Update cloud/azure/storage/storagesync/mode/sessions.pm
Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
This commit is contained in:
parent
ac0995a3ee
commit
97a75bf460
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue