package
1.5.1
Repository: https://github.com/polarismesh/specification.git
Documentation: pkg.go.dev

# Constants

触发熔断条件,扩散熔断所有接口.
触发熔断条件,只熔断当前接口.
No description provided by the author
针对实例进行熔断.
No description provided by the author
针对实例分组进行熔断.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
group level circuitbreaking.
instance level circuitbreaking.
method level circuitbreaking.
service level circuitbreaking.
No description provided by the author
一直开启健康探测.
不开启监控探测.
只有在熔断恢复时才开启健康探测.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

熔断策略.
连续错误数熔断配置.
错误率熔断配置.
错误码相关特定配置.
慢调用率熔断策略配置.
具体熔断规则.
单个熔断规则定义.
new specific rule for circuitbreaker config.
目标set的规则.
the condition to judge an input invocation as an error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
熔断恢复配置.
No description provided by the author
No description provided by the author
No description provided by the author
主调匹配规则.
No description provided by the author
the error condition to trigger circuitbreaking.
No description provided by the author

# Type aliases

需要进行熔断的资源 支持SUBSET(子集群),以及INSTANCE(单个实例),默认为SUBSET.
熔断范围,是否扩散针对相同服务下所有接口进行熔断.
熔断决策类型,支持GLOBAL(分布式决策)以及LOCAL(本地决策),默认GLOBAL 当指定为GLOBAL时,则会定期上报统计数据并根据汇总数据进行熔断决策.
No description provided by the author
detect protocol.
circuitbreaking level.
主动探测配置.
No description provided by the author