(plugin) cloud::azure::web::appservice - mode memory remove privatebytes (#4557)

This commit is contained in:
qgarnier 2023-07-18 11:07:26 +02:00 committed by GitHub
parent 1c07247e6b
commit 2e526c3fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -44,14 +44,6 @@ sub get_metrics_mapping {
'unit' => 'B',
'min' => '0',
'max' => '',
},
'privatebytes' => {
'output' => 'Private Bytes',
'label' => 'app-private-bytes',
'nlabel' => 'appservice.memory.privatebytes.usage.bytes',
'unit' => 'B',
'min' => '0',
'max' => '',
}
};
@ -146,12 +138,12 @@ Set resource group (Required if resource's name is used).
=item B<--warning-*>
Warning threshold where '*' can be:
'app-average-memory', 'app-memory', 'app-private-bytes'.
'app-average-memory', 'app-memory'.
=item B<--critical-*>
Critical threshold where '*' can be:.
'app-average-memory', 'app-memory', 'app-private-bytes'.
'app-average-memory', 'app-memory'.
=back