- 前言
- 1. Sentinel 的自动装配
- 1.2 依赖引入
- 1.3 SentinelWebAutoConfiguration 配置类
- 1.4 CommonFilter 过滤器
- 1.5 小结
- 2. 获取 ProcessorSlot 链
- 2.1 Sentinel 源码包结构
- 2.2 获取 ProcessorSlot 链与操作 Slot 槽的入口 CtSph.entryWithPriority()
- 3. 流控槽实施流控逻辑 FlowSlot.entry()
- 3.1 获取流控规则 FlowSlot.ruleProvider.apply()
- 3.2 校验每条规则 FlowRuleChecker.canPassCheck()
- 4. 统计槽实施指标数据统计 StatisticSlot.entry()
- 4.1 统计"增加线程数"和"请求通过数"
- 4.2 数据统计的数据结构