spring-boot-actuator 相关问题

Spring Boot Actuator是Spring Boot的子项目。它为您的应用程序添加了多种生产级服务,而您只需付出很少的努力。

如何使用 Prometheus、Grafana 和 Elasticsearch 监控 Kubernetes 集群中的微服务性能?

我们目前有几个微服务在本地运行,我们使用 shell 脚本来监控它们的性能,包括 JVM、堆大小和运行线程数。然而,我们正在计划...

回答 0 投票 0

springboot 3.0.4/3.0.5 中的 prometheus 端点

我无法让 springboot 在 3.0.4 或 3.0.5 中公开 prometheus 端点。已启用 management.prometheus.metrics.export.enabled=true 以及暴露的 management.endpoints.web.exposure.in ...

回答 0 投票 0

Spring boot management.metrics.export not created bean in case enable set false

当我在这里设置enabled:false 管理: 指标: 使能够: 雄猫:假 虚拟机:假 过程:假 hikaricp:假 系统:假 jdbc: 错误 http: 发...

回答 0 投票 0

Spring Boot HttpSecurity fluent api 顺序?

Spring 2.0.3.RELEASE 目标:在除 /actuator/health、/actuator/info 和 /ping 之外的所有端点上实施 Spring Boot Security(初学者的基本身份验证)(一个只返回

回答 1 投票 0

SpringBoot 2.1.2如何开启ExecutorServiceMetrics?

如何启用此处列出的 ExecutorServiceMetrics? https://github.com/micrometer-metrics/micrometer/blob/master/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/jvm/

回答 4 投票 0

未找到断路器事件管理端点

我有 resilience4j 配置,也有 managementconfig。 management.endpoint.circuitbreakerevents.enabled=true 但是我看不到任何事件,因为找不到 URL。 http://localhost:8080/

回答 1 投票 0

H2控制台能否在Spring管理口运行?

使用 Spring boot,带有执行器和内存中的 H2。 在 application.properties 中,我目前有(忽略不相关的设置): 服务器.port=8080 管理.server.port=9090 spring.h2.console.enabled...

回答 1 投票 0

如何安全地存储用于对本地配置服务器进行身份验证的用户名和密码?

我是春季云配置服务器的新手。我们正在尝试在内部设置一个 spring cloud 配置服务器。 该应用程序可以使用以下属性和

回答 1 投票 0

执行器端点返回 "circuitBreakers":{"status":"UNKNOWN"} 尽管 management.health.circuitbreakers.enabled: true

我有一个带有 Jubilee 的 Spring Boot 2.6.0-M1 项目(但问题可以从 2.4 开始重现)。 在我的项目中,我正在使用 Actuator、Spring cloud Kubernetes 和 Resilience4J(不是 Spring Cloud Circuit b...

回答 2 投票 0

如何在没有 Web 端点的情况下为 Spring Boot 应用程序设置监控

我在 Spring Boot 上有多个服务。其中之一是其他服务的网关。网关具有带有控制器和端点的 Web 实现。当客户端向网关发出请求时,网关

回答 0 投票 0

Spring Boot Actuator 理解 /httptrace "http.server.requests" params throughput.mean 和 max

我通过使用@Bean 导出 bean LoggingMeterRegisry 来记录日志文件中的指标和仪表,并在日志中将时间显示为 throughput = 0.016667s mean=0.0392142s max=0.0392142s 想要

回答 0 投票 0

当使用带有mongodb客户端字段级加密的spring boot actuator时,不支持自动加密的命令。

我在Spring Boot应用程序中使用MongoDB自动客户端字段级加密。为了暴露健康检查,spring-boot-actuator也是一个依赖关系。我提供了一个schemaMap()来 ...

回答 1 投票 0

在Spring boot 1.5.2版本中,执行器端点不能通过HTTP暴露,且与应用程序运行的端口相同。

我正在使用springboot 1.5.2.RELEASE版本,并试图在我的应用程序中实现spring boot actuator。我在8081端口运行我的应用程序,并为执行器端点设置了8089。我只是想...

回答 1 投票 0

在SpringBoot中使用prometheus自定义指标

我不确定这是不是一个bug,但是我在过去的一天里试图实现你的库,但没有任何结果。我想可能是依赖的版本有冲突,但我什么都试过了。所以我...

回答 1 投票 0

无法向GCP stackdriver发布spring boot指标

我正在尝试将我的spring boot(2.2.6.RELEASE)应用程序在GCP计算引擎中运行的指标发布到stackdriver中。我已经添加了micrometer-registry-stackdriver:1.3.6和spring-boot-...

回答 1 投票 3

在Spring执行器中:HealthEndPoint.health()和调用健康端点的结果一样吗?

我有一个Spring boot (2.1.10.RELEASE)应用程序,我已经激活了actuator来监控应用程序的健康状况。我的问题就像标题中已经解释的那样。调用方法health of...

回答 1 投票 0

普罗米修斯配置在Spring boot 2.3.0中无法使用。ClassNotFoundException: io.micrometer.prometheus.HistogramFlavor

应用程序在2.2.6版本时工作正常,但当应用程序升级到最新版本的spring boot 2.3.0时,它停止工作,并在启动过程中失败。2020-05-20T08:43:04.408+01:...

回答 1 投票 0

弹簧套执行机构的响应不能被序列化

我对spring actuator的每个端点都有问题。 actuator给了我这个响应。没有为类org.springframework.boot.actuate.endpoint.web.Link找到序列化器,也没有...。

回答 1 投票 0

普罗米修斯配置在Spring boot 2.3.0中无法使用。ClassNotFoundException: io.micrometer.prometheus.HistogramFlavor

应用程序在2.2.6版本时工作正常,但当应用程序升级到最新版本的spring boot 2.3.0时,它停止工作,并在启动过程中失败。2020-05-20T08:43:04.408+01:...

回答 1 投票 0

用spring boot微服务架构实现Actuator。

我在我的项目中使用spring boot和微服务架构。我想检查我的应用程序的健康状况。我有3个服务注册在eureka-server上。我可以检查eureka-...

回答 1 投票 1

© www.soinside.com 2019 - 2024. All rights reserved.