HystrixServoMetricsPublisher

  继承HystrixMetricsPublisher,创建HystrixServoMetricsPublisherCommand、HystrixServoMetricsPublisherThreadPool、HystrixServoMetricsPublisherCollapser。

    @Override
public HystrixMetricsPublisherCommand getMetricsPublisherForCommand(HystrixCommandKey commandKey, HystrixCommandGroupKey commandGroupKey, HystrixCommandMetrics metrics, HystrixCircuitBreaker circuitBreaker, HystrixCommandProperties properties) {
return new HystrixServoMetricsPublisherCommand(commandKey, commandGroupKey, metrics, circuitBreaker, properties);
} @Override
public HystrixMetricsPublisherThreadPool getMetricsPublisherForThreadPool(HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, HystrixThreadPoolProperties properties) {
return new HystrixServoMetricsPublisherThreadPool(threadPoolKey, metrics, properties);
} @Override
public HystrixMetricsPublisherCollapser getMetricsPublisherForCollapser(HystrixCollapserKey collapserKey, HystrixCollapserMetrics metrics, HystrixCollapserProperties properties) {
return new HystrixServoMetricsPublisherCollapser(collapserKey, metrics, properties);
}

HystrixServoMetricsPublisherCommand

  从HystrixCommandMetrics获取数据,然后设置到DefaultMonitorRegistry中。

HystrixServoMetricsPublisherThreadPool

  从HystrixThreadPoolMetrics获取数据,然后设置到DefaultMonitorRegistry中。

HystrixServoMetricsPublisherCollapser

  从HystrixCollapserMetrics获取数据,然后设置到DefaultMonitorRegistry中。 

最新文章

  1. get和post的区别
  2. 使div下的图片自适应div的大小
  3. Oracle内存管理技术
  4. AngularJS学习之模型
  5. CCS float vs clear
  6. homework-01 "最大子数组之和"的问题求解过程
  7. 在centos上使用yum安装redis及php扩展php-redis
  8. 关于JSF国际化问题
  9. 一个部署了tomcat服务的linux服务器,运行一段时间后出现内存和空间不足的问题
  10. jmeter笔记(1)--原理,下载与安装
  11. iOS 控制器的生命周期(UIController)
  12. SSM框架-初学Mybatis框架
  13. xadmin后台页面的自定制
  14. 【BZOJ5469】[FJOI2018]领导集团问题(动态规划,线段树合并)
  15. 微信小程序-添加手机联系人
  16. Launch 启动全屏 隐藏上方状态栏
  17. Install and Configure Apache Kafka
  18. AOP的异常通知
  19. e613. Modifying the Focus Traversal Order
  20. [lr] 基本色调调整和色调曲线

热门文章

  1. springmvc中get和post区别和应用
  2. js 常用业务工具方法 (es5,es6)持续更新
  3. springMVC入门(五)------统一异常处理
  4. 焦大:seo思维进化论(中)
  5. dlopen代码详解——从ELF格式到mmap
  6. React状态管理相关
  7. 长沙做假证u
  8. UI 科学
  9. .NET Core 中导入导出Excel
  10. web-UI自动化必会技能—xpath轴,了解一下?