腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(242)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
如何使用自定义的
spring-boot-actuator
指标
这不是
spring-boot-actuator
指标的一个很好的用例吗?
浏览 0
提问于2016-08-19
得票数 3
1
回答
使用
spring-boot-actuator
会改变spring应用程序的上下文根吗?
根据的说法,通过在pom.xml中使用
spring-boot-actuator
依赖项,我可以从actuator端点中获益。<dependency> <artifactId>
spring-boot-actuator
浏览 1
修改于2020-06-20
得票数 0
1
回答
为什么spring-cloud-config不扩展
spring-boot-actuator
的属性?
我已经设置了
spring-boot-actuator
和spring-cloud-config。
浏览 15
提问于2021-03-16
得票数 0
回答已采纳
1
回答
micronaut-spring和
spring-boot-actuator
,无法访问/actuator端点
我正在尝试使用Spring功能的micronaut,但无法访问我的/actuator端点Spring Bootv2.3.0版本和Micronaut2.0.0.M3然后,我添加了spring依赖项和micronaut-spring以及相关的批注处理器。plugins { id "com.github.johnrengelman.shadow" version "5
浏览 15
修改于2020-05-30
得票数 1
1
回答
在非spring-boot应用程序中公开来自
spring-boot-actuator
的缓存端点
我看到了spring post,但它是针对this -boot-actuator版本1.X的,我使用的是
spring-boot-actuator
版本2.1.3.RELEASE,因为缓存端点在此版本中可用
浏览 26
提问于2020-01-31
得票数 0
2
回答
运行状况终结点在
spring-boot-actuator
服务中不工作
您好,我使用的是spring boot版本- 2.0.0.RC1。我有一个运行@port9400的简单服务。spring.main.banner-mode = CONSOLEserver.compression.min-response-size = 1 server.compression.mime-types = application/json,application/
浏览 13
提问于2018-02-28
得票数 2
回答已采纳
1
回答
这意味着什么是org.springframework.boot:
spring-boot-actuator
:1.5.6.RELEASE -> 1.3.0.RELEASE?
在我的一个项目上,当我运行gradle依赖项时,我看到 org.springframework.boot:
spring-boot-actuator
:1.5.6.RELEASE -> 1.3.0.RELEASE
浏览 26
修改于2019-01-24
得票数 0
1
回答
报告spring boot执行器的健康状态作为指标
我想要报告应用程序的健康状态作为量规,并且我希望使用与
spring-boot-actuator
相同的健康指示器,但是,我没有看到任何可以在这里使用的来自
spring-boot-actuator
依赖项的可导出组件
浏览 35
提问于2021-11-08
得票数 1
回答已采纳
1
回答
弹簧引导执行器中断@AutoConfigureMockRestServiceServer
requestToUriTemplate("/some/path/{withParameters}", "withParameters"))当我取消pom中的
spring-boot-actuator
预期:/偏/路径/参数 通过调试,我注意到
spring-boot-actuator
应用了一个"“来支持rest模板的内置度量。templateHandler).getRootU
浏览 2
修改于2021-03-17
得票数 1
回答已采纳
1
回答
为什么包含相同父包的Spring库是分开的?
有两个独立的包-
spring-boot-actuator
,spring-boot-actuator-autoconfigure。这些库中包含的包共享相同的父包或包路径。
浏览 3
提问于2022-06-22
得票数 -1
回答已采纳
1
回答
跨多个服务器的每个客户端的API命中计数
使用
Spring-boot-actuator
,我需要计算每个clientID的API命中数量。我如何才能做到这一点?另一个挑战是我的应用程序部署在AWS和Azure上。
浏览 1
提问于2020-08-07
得票数 0
3
回答
Spring boot和Spring Actuator -禁用安全性
我在我的应用程序中使用了spring-boot 1.3.1和
spring-boot-actuator
。在pom.xml中,我使用spring-boot-starter-parent作为父对象。
浏览 2
修改于2016-01-27
得票数 3
2
回答
WhyI获得了403个执行机构/refresh端点在Cloud上的/refresh端点禁止错误,{使用服务}
management.endpoints.web.exposure.include=*<dependency> <artifactId>
spring-boot-actuator
浏览 0
修改于2018-09-14
得票数 8
回答已采纳
2
回答
控制台应用程序中的Spring boot致动器
我知道
spring-boot-actuator
可以高效地实现这一点,但它暴露了rest端点。我想知道是否有可能获得Spring执行器的bean来获取状态信息、数据库和JMS状态。 有可能吗? 谢谢。
浏览 17
提问于2019-01-19
得票数 1
回答已采纳
1
回答
为什么spring引导执行器代码使用过滤器来捕获度量而不是拦截器?
我的工作中有一个类似于
spring-boot-actuator
提供的用例。 Spring使用来捕获传入请求的度量/计数器。我的问题是,为什么选择过滤器用于度量、聚合而不是拦截器。
浏览 4
修改于2015-09-22
得票数 1
回答已采纳
3
回答
用Spring公开当前Websocket连接的度量标准
为此,我使用了
spring-boot-actuator
依赖项,它公开了许多内部度量标准。有很多基于HTTP的度量和Tomcat度量,比如当前会话、状态X的HTTP调用量等等。
浏览 0
提问于2018-04-06
得票数 5
回答已采纳
1
回答
弹簧引导执行器2来自自定义功能
我在
spring-boot-actuator
世界.
浏览 4
提问于2020-02-16
得票数 0
回答已采纳
2
回答
Spring Boot 2.4.3 -未找到执行器/startup终结点
根据他们的文档,没有特殊要求 我使用的是spring-boot-admin-starter-client v2.4.3,它提供了
spring-boot-actuator
v2.4.3,我甚至在我的application.properties
浏览 32
提问于2021-02-26
得票数 1
回答已采纳
1
回答
Spring boot web服务指标监控
我需要为来自遗留服务的SOAP响应添加指标(状态代码为200、非200的请求数量,等等) 我的项目依赖于
spring-boot-actuator
,但不幸的是,我在actuator/micrometer文档中找不到如何做到这一点
浏览 21
修改于2020-04-28
得票数 1
回答已采纳
1
回答
如何使用Spring和app.yml在驱动器/信息中显示应用程序版本?
pom.xml: <groupId>org.springframework.boot</groupId> <artifactId>
spring-boot-actuator
浏览 16
修改于2022-11-15
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券