首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏微服务那些事儿

    Spring Cloud 系列-执行器端点(Endpoint)

    搭建demo Spring-Actuator是Spring-boot对应用监控的集成模块,提供了我们对服务器进行监控的支持,使我们更直观的获取应用程序中加载的应用配置、环境变量、自动化配置报告等。

    1.6K40发布于 2018-07-15
  • 来自专栏Java冰冻三尺

    SpringBoot的埋点监控你做了吗

    作者:云扬四海 来源: http://cnblogs.com/rolandlee/p/11343848.html JVM应用度量框架Micrometer实战 前提 spring-actuator做度量统计收集 SpringBoot中的依赖spring-actuator中集成的度量统计API使用的框架是Micrometer,官网是Micrometer.io。

    2.9K30发布于 2020-07-06
  • 来自专栏云扬四海

    给你的SpringBoot做埋点监控--JVM应用度量框架Micrometer

    这世上有三样东西是别人抢不走的:一是吃进胃里的食物,二是藏在心中的梦想,三是读进大脑的书 JVM应用度量框架Micrometer实战 前提 spring-actuator做度量统计收集,使用Prometheus SpringBoot中的依赖spring-actuator中集成的度量统计API使用的框架是Micrometer,官网是Micrometer.io。

    5.7K40发布于 2019-08-14
  • 来自专栏路人甲Java

    快给你的 Spring Boot 做个埋点监控吧!

    作者:云扬四海 来源:cnblogs.com/rolandlee/p/11343848.html JVM应用度量框架Micrometer实战 前提 spring-actuator做度量统计收集,使用Prometheus SpringBoot中的依赖spring-actuator中集成的度量统计API使用的框架是Micrometer,官网是Micrometer.io。

    2.2K30发布于 2021-10-20
  • 来自专栏Throwable's Blog

    JVM应用度量框架Micrometer实战

    前提 最近线上的项目使用了spring-actuator做度量统计收集,使用Prometheus进行数据收集,Grafana进行数据展示,用于监控生成环境机器的性能指标和业务数据指标。 SpringBoot中的依赖spring-actuator中集成的度量统计API使用的框架是Micrometer,官网是Micrometer.io。

    2.3K31发布于 2020-06-23
  • 来自专栏芋道源码1024

    手把手教你实现SpringBoot微服务监控!

    Service @MonitoredService public class SampleService {    ... } 检测出站 HTTP/REST 调用 出站 HTTP/REST 调用的检测由 spring-actuator

    5.3K22编辑于 2022-03-04
领券