david6969xin commented on a change in pull request #258:
URL: https://github.com/apache/servicecomb-docs/pull/258#discussion_r836250207
##########
File path: java-chassis-reference/zh_CN/docs/references-handlers/governance.md
##########
@@ -73,16 +73,11 @@ servicecomb:
- headers:
Authentication:
prefix: Basic
- services: helloService
```
一个流量对应一个 Key, userLoginAction 为 Key 的名称。 一个流量可以定义多个标记规则,每个标记规则里面可以定义 `apiPath`,
`method`, `headers` 匹配规则。 不同标记规则是或的关系,匹配规则是与的关系。
-`services` 是治理规则公共属性,指出这个限流规则的生效范围。在应用系统设计的规程中,流量标记、治理规则对于所有微服务都是可见的,一个微服务只会启用
-`services` 包含自己的规则。这个属性可选,表示这条规则默认生效。可以使用 `example:1.0.0`
格式指明服务和版本,多个服务用逗号分隔,比如:
-`foo:1.0.0,bar`。
-
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]