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:
parent
5284fd1972
commit
b4821657b0
|
@ -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'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue