Update requests.pm (#3044)

azure-cdn-fix

{"code":"BadRequest","message":"Failed to find metric configuration for provider: Microsoft.Cdn, resource Type: profiles, metric: percentage4xx, Valid metrics: RequestCount,ResponseSize,TotalLatency,ByteHitRatio"}

{"code":"BadRequest","message":"Failed to find metric configuration for provider: Microsoft.Cdn, resource Type: profiles, metric: percentage5xx, Valid metrics: RequestCount,ResponseSize,TotalLatency,ByteHitRatio"}
This commit is contained in:
matoy 2021-09-06 10:15:58 +02:00 committed by GitHub
parent 5284fd1972
commit b4821657b0
1 changed files with 0 additions and 16 deletions

View File

@ -36,22 +36,6 @@ sub get_metrics_mapping {
'unit' => '', 'unit' => '',
'min' => '0', 'min' => '0',
'max' => '' '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'
} }
}; };