mirror of
https://github.com/Estom/notes.git
synced 2026-05-11 11:06:25 +08:00
29 lines
901 B
JSON
29 lines
901 B
JSON
{
|
|
"desc": "接口限流",
|
|
"resourceType": "METHOD",
|
|
"runMode": "CONTROL",
|
|
"limitStrategy": "QpsLimiter",
|
|
"actionConfig": {
|
|
"actionType": "LIMIT_EXCEPTION",
|
|
"responseContent": "触发限流规则"
|
|
},
|
|
"calculationConfigs": [
|
|
{
|
|
"calculationType": "INVOKE_BY_TIME",
|
|
"period": "1000",
|
|
"maxAllow": "10",
|
|
"trafficType": "ALL"
|
|
}
|
|
],
|
|
"resourceConfigs": [
|
|
{
|
|
"interface": "com.alipay.yit.rule",
|
|
"method": "updataRule",
|
|
"paramRelation": "AND",
|
|
"baseName": "com.alipay.yit.rule.updataRule",
|
|
"resourceType": "METHOD"
|
|
}
|
|
]
|
|
}
|
|
|