Update cloud/azure/network/cdn/mode/request.pm
Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
This commit is contained in:
parent
033b4f648c
commit
7b6b73d799
|
@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue