接口的使用
com.alibaba.csp.sentinel.slots.statistic.metric.DebugSupport
使用DebugSupport的程序包
-
com.alibaba.csp.sentinel.node中DebugSupport的使用
修饰符和类型类说明classThis class stores summary runtime statistics of the resource, including rt, thread count, qps and so on.classANodeused to hold statistics for specific resource name in the specific context.classANoderepresents the entrance of the invocation tree.classThe statistic node keep three kinds of real-time statistics metrics: -
com.alibaba.csp.sentinel.slots.statistic.metric中DebugSupport的使用
修饰符和类型接口说明interfaceRepresents a basic structure recording invocation metrics of protected resources.