码迷,mamicode.com
首页 >  
搜索关键字:actuator    ( 167个结果
elasticsearch red status fix 红色状态修复
问题描述: spring cloud项目有用到elasticsearch,启动时进行健康校验,发现es一直是down的,导致在eureka显示也是down 问题定位:查看actuator源码发现,如果es状态为红色,健康状态就返回down,所以解决es状态为红就可以 查看es,发现主节点某个分片出现 ...
分类:其他好文   时间:2018-03-03 14:03:05    阅读次数:484
Angular集成Spring Boot,Spring Security,JWT和CORS
本文介绍了SpringBoot的基本配置,Angular集成SpringBoot、SpringSecurity的方法。当前流行的JWT更适合与Angular集成,优于SpringSecuity提供的CSRF。另外引入了springfox-swagger和spring-boot-starter-actuator,演示了如何利用Swagger生成JSONAPI文档,如何利用Actuator监控应用。
分类:编程语言   时间:2018-02-23 16:01:31    阅读次数:308
spring boot 配置动态刷新
本文测试使用的spring cloud版本为: 很多朋友只知道spring cloud config可以刷新远程git的配置到内存中, 却不知道spring cloud config的客户端可以脱离服务端使用, 更不知道spring cloud config客户端结合actuator还可以刷新本地的 ...
分类:编程语言   时间:2018-02-22 19:21:54    阅读次数:179
springboot(十九):使用Spring Boot Actuator监控应用
监控是企业的一道生命线,Spring Boot Actuator提供了一套完备的监控方案用来监控Spring Boot应用。 ...
分类:编程语言   时间:2018-02-06 20:30:46    阅读次数:170
SpringBoot之actuator
在springBoot中集成actuator可以很方便的管理和监控应用的状态。 暴露的Restful接口有: 其中有不少请求需要鉴权才能访问,由于我们的应用基本都是在通过Nginx暴露给外网的,我们可以在配置文件禁用鉴权拦截。 通过访问http://IP:port/metrics可以得到类似如下信息 ...
分类:编程语言   时间:2018-01-29 17:33:23    阅读次数:556
Spring Actuator源码分析(转)
转自:http://blog.csdn.net/wsscy2004/article/details/50166333 Actuator Endpoint Actuator模块通过Endpoint暴露一些接口,可以是Rest方式,也可以是JMX等其他方式. 如果使用Rest方式,通常SpringMVC ...
分类:编程语言   时间:2018-01-26 17:11:25    阅读次数:213
Application Metrics With Spring Boot Actuator
转自:https://bartcode.co.uk/2015/01/application-metrics-with-spring-boot-actuator Update 12/2017: It will need an update/rewrite since Spring Boot 2.0 i ...
分类:移动开发   时间:2018-01-26 17:09:55    阅读次数:301
SpringBoot学习之SpringBoot执行器
在以往的分布式开发当中,各个服务节点的监控必不可少。监控包含有很多方面,比如说:内存占用情况,节点是否健康等。在spring-boot会给我们提供相关资源监控叫做spring-boot-actuator, 通过执行器可以帮我管理和监控生产环境下的应用服务。 一。添加SpringBoot执行器的依赖 ...
分类:编程语言   时间:2017-12-20 22:03:49    阅读次数:428
Spring Boot的启动器Starter详解
Spring Boot应用启动器基本的一共有44种,具体如下: 1)spring-boot-starter 这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。 2)spring-boot-starter-actuator 帮助监控和管理应用。 3)spring-boot-sta ...
分类:编程语言   时间:2017-12-17 15:05:46    阅读次数:171
springboot的pom.xml添加依赖时报错
org.springframework.boot spring-boot-starter-actuator-->添加这个依赖时,从网上复制了这一段报错:element 'dependency' cannot have character [children], because the type's ... ...
分类:编程语言   时间:2017-11-25 00:48:09    阅读次数:2605
167条   上一页 1 ... 12 13 14 15 16 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!