spring cloud 实践坑点记录
2018-08-10 11:15:29来源:博客园 阅读 ()
用spring cloud 微服务框架有一段时间了有一些坑点在这里给大家记录一下希望大家用得着
1、当我们使用聚合性能监控的时候,我们采用 rabbitmq作为消息中间件来收集性能信息最后在使用TurbineStream将信息进行聚合
这个工具聚合是根据“应用名+方法名”进行求和汇总的
如下代码:
@HystrixCommand(commandProperties = { @HystrixProperty(name = "execution.isolation.thread.timeoutInMilliseconds", value = "20000") }, threadPoolProperties = { @HystrixProperty(name = "coreSize", value = "64") }, threadPoolKey = "test1") @GetMapping("/testpro3") public int getStringtest2(){ //throw new Exception("ddd"); return 1; }
这里的聚合就是“应用名+getStringtest2”
这样的话就会存在一个问题在不同的两个类都是被@RestController标记并且都对外发布接口的url不同功能也不同
如下:
@RestController public class testRest1 { @HystrixCommand(commandProperties = { @HystrixProperty(name = "execution.isolation.thread.timeoutInMilliseconds", value = "20000") }, threadPoolProperties = { @HystrixProperty(name = "coreSize", value = "64") }, threadPoolKey = "test1") @GetMapping("/testpro3") public int getStringtest2(){ //throw new Exception("ddd"); return 1; } }
@RestController public class testRest1 { @HystrixCommand(commandProperties = { @HystrixProperty(name = "execution.isolation.thread.timeoutInMilliseconds", value = "20000") }, threadPoolProperties = { @HystrixProperty(name = "coreSize", value = "64") }, threadPoolKey = "test1") @GetMapping("/testpro4") public int getStringtest2(){ //throw new Exception("ddd"); return 1; } }
假如像上面的代码在一个工程里面就会吧这两个方法的性能进行聚合,可能我们在项目中很少出现这种情况但是 墨菲定律 有可能发生的事情就一定会发生
2、配置文件服务器刷新坑点
当我们的spring boot应用使用配置中心进行配置加载的时候,当我们的配置文件更新的时候去刷新通知我们的URL通常是这样的
10.10.12.51:8888/bus/refresh?destination=spring-cloud-demo:8082进行post请求
上面的url是没问题的但是我们可能会看到EUREKA注册中心对应用名全是大写的 如下
这样就会给我们一个误导是不是用全部是大写的应用名也可以啊??向下面这样
10.10.12.51:8888/bus/refresh?destination=SPRING-CLOUD-DEMO:8082
经过测试这样是不行的,所以请大家注意
服务监控信息到底是“主动推送”还是“被动扫描”???
spring boot +RabbitMQ +InfluxDB+Grafara监控实践
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Spring系列.ApplicationContext接口 2020-06-11
- springboot2配置JavaMelody与springMVC配置JavaMelody 2020-06-11
- 给你一份超详细 Spring Boot 知识清单 2020-06-11
- SpringBoot 2.3 整合最新版 ShardingJdbc + Druid + MyBatis 2020-06-11
- 掌握SpringBoot-2.3的容器探针:实战篇 2020-06-11
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash