fix(cloud::azure::storage::storagesync): fixed recalls mode by removing deprecated StorageSyncRecallIOTotalSizeBytes metric (#5559)

Co-authored-by: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com>

Refs: CTOR-1614
This commit is contained in:
Stéphane Duret 2025-05-05 17:20:05 +02:00 committed by GitHub
parent 43b338ad1d
commit 1613e1e588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 8 deletions

View File

@ -144,6 +144,10 @@ Set resource name or ID (required).
Set resource group (required if resource's name is used).
=item B<--filter-metric>
Filter on specific metrics. The Azure format must be used (can be a regexp).
=item B<--warning-*>
Warning threshold where '*' can be:

View File

@ -53,14 +53,6 @@ sub get_metrics_mapping {
'min' => '0',
'max' => ''
},
'storagesyncrecalliototalsizebytes' => {
'output' => 'Cloud tiering recall',
'label' => 'total-recalls-size',
'nlabel' => 'storagesync.recalls.total.size.bytes',
'unit' => 'B',
'min' => '0',
'max' => ''
},
'storagesyncrecallthroughputbytespersecond' => {
'output' => 'Cloud tiering recall throughput',
'label' => 'throughput-recalls-size',
@ -160,6 +152,10 @@ Set resource name or ID (required).
Set resource group (required if resource's name is used).
=item B<--filter-metric>
Filter on specific metrics. The Azure format must be used (can be a regexp).
=item B<--warning-*>
Warning threshold where '*' can be:

View File

@ -128,6 +128,10 @@ Set resource name or ID (required).
Set resource group (required if resource's name is used).
=item B<--filter-metric>
Filter on specific metrics. The Azure format must be used (can be a regexp).
=item B<--warning-heartbeat>
Warning threshold.