Update cloud/azure/network/cdn/mode/request.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
This commit is contained in:
matoy 2021-06-09 18:12:59 +02:00 committed by GitHub
parent 033b4f648c
commit 7b6b73d799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -36,6 +36,22 @@ sub get_metrics_mapping {
'unit' => '',
'min' => '0',
'max' => ''
},
'percentage4xx' => {
'output' => 'Percentage of 4XX',
'label' => '4xx-requests-percentage',
'nlabel' => 'cdn.requests.4xx.percentage',
'unit' => '%',
'min' => '0',
'max' => '100'
},
'percentage5xx' => {
'output' => 'Percentage of 5XX',
'label' => '5xx-requests-percentage',
'nlabel' => 'cdn.requests.5xx.percentage',
'unit' => '%',
'min' => '0',
'max' => '100'
}
};