6.11 Client Sentinel

范式

参考地址6.11 Client Sentinel - 图1 (opens new window)

SentinelConfig

配置项

名称类型描述
appNamestring应用名称
logPathstring日志路径
resourcestring资源名称
metricTypeint指标类型
countint并发次数限制
controlBehaviorint操作类型

….

示例

  1. [jupiter.sentinel]
  2. [jupiter.sentinel.test]
  3. appName="test-app"
  4. logPath="/tmp/sentinel/log"
  5. [[jupiter.sentinel.test.flowRules]]
  6. resource="some-test"
  7. metricType =1 # flow.QPS
  8. count=10
  9. controlBehavior = 0 # flow.Reject