腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(2126)
视频
沙龙
1
回答
Consul
Connect
中
Prometheus
的
Spring
boot
执行器
指标
、
、
、
我在一个启用了
Consul
Connect
的
Nomad集群
中
运行了一个
spring
引导应用程序。network {} name = "api" sidecar_service现在我让
prometheus
在同一个集群
中
运行。
prometheus
如何发
浏览 43
提问于2021-09-17
得票数 1
回答已采纳
2
回答
Prometheus
在升级到
Spring
Boot
版本2后无法工作
、
、
、
我以前在
Spring
Boot
版本2上使用过
Prometheus
,没有任何问题。在将
Spring
Boot
版本更新到2.1.1之后。发布时,我遇到了以下错误。我将
Prometheus
版本从0.2.0升级到0.6.0,但仍然遇到相同
的
错误。 你认为普罗米修斯与
Spring
Boot
版本2不兼容吗?at org.springframework.
boot
.autoconfigure.condition.SpringBoot
浏览 136
提问于2018-12-21
得票数 2
1
回答
Spring
Boot
执行器
端点/
prometheus
没有列出tomcat相关
的
指标
,比如请求计数
、
、
、
Spring
Boot
执行器
端点/
prometheus
没有列出tomcat相关
指标
,如请求计数。但它有像http_server_requests_seconds_count和http_server_requests_seconds_max这样
的
指标
。value": 6.888039926 { "value&q
浏览 10
提问于2021-07-02
得票数 1
4
回答
不能在
spring
2
中
包含
Prometheus
指标
(版本2.0.0.M7)
、
、
不能在
spring
2(Version2.0.0.M7)项目中包含
Prometheus
度量。根据
spring
-
boot
-starter-actuator,添加了依赖项,在application.yaml
中
添加了management.endpoints.web.expose:,
prometheus
,,但是在调用/
执行器
/普罗米修斯时 { "timestamp": 1518159066052, "path&q
浏览 1
提问于2018-02-09
得票数 7
回答已采纳
1
回答
在
prometheus
集成
中
添加端点
、
、
如何在
prometheus
中
添加/集成rest api端点。例如,在splunk
中
,我们监控微服务事务和日志。让我们来看看下面的
spring
boot
:/abce/v1/something2 一句话:-我们如何将上面的微服务端点添加到
prometheus
中
以进行移动
浏览 0
提问于2019-01-24
得票数 0
1
回答
在docker容器
中
运行
spring
引导应用程序时未公开
Prometheus
端点
、
、
我有一个简单
的
spring
引导应用程序,只有一个端点返回hello。pom.xml
中
的
依赖关系如下所示 <dependency> <groupId>org.springframework.
boot
</group
浏览 5
提问于2022-11-21
得票数 0
回答已采纳
2
回答
自
Spring
2.0.2-版本以来,度量端点不可用
、
、
、
、
从
Spring
2.0.2开始,即使使用以下配置,也无法获得发布
执行器
的
指标
端点: endpoints.web.exposure.include: "*" <groupId>org.springframework.
boot
</groupId> <artifactId>
spri
浏览 0
提问于2018-10-11
得票数 0
回答已采纳
1
回答
如何停止发布
指标
,同时在
spring
boot
测微仪
的
/metrics下保持可访问性?
、
、
、
我想继续收集jvm和其他
指标
,但只是不想把它们都推到cloudwatch或
prometheus
(或其他任何东西)。registry.config()} 它停止发布到cloudwatch,但同时,
指标
也从/actuator/metrics/
中
消失了。有没有什么办法可以让它们在/actuator/metrics/下保持可访问
浏览 55
提问于2018-07-29
得票数 0
回答已采纳
1
回答
如何在
spring
boot
应用程序中跟踪用户使用
的
总输入/输出带宽?
、
、
经过一些研究,我发现有一个弹簧
执行器
项目,用于监控和记录有关应用程序
的
信息。这里
的
链接建议如何将日志放入我自己
的
自定义存储库以进行后期处理。[ ] 但是,不包括输入/输出字节总数。我知道我可以尝试包装HttpServeletRequest和HttpServeletResponse (在过滤器
中
,将它们传递给过滤器链,以便每当它们被使用或写出时,它都可以计算输入/输出吞吐量),它们将返回可以计算字节数
的
自定义这似乎是业务应用程序
中
的
一
浏览 1
提问于2018-03-02
得票数 1
2
回答
Spring
Boot
执行器
PoolingHttpClientConnectionManager
指标
、
、
我们使用带有Actuator和
Prometheus
的
Spring
Boot
2来显示Grafana仪表板。但是,我在/actuator/metrics或/actuator/
prometheus
端点中看不到任何相关
的
指标
。我尝试过在pom.xml
中
更新依赖项: <groupId>org.springframework.
boot
<
浏览 7
提问于2020-05-07
得票数 4
1
回答
弹簧靴
执行器
与
prometheus
Jmx出口商
、
、
、
、
为了从
spring
启动微服务导出度量(到
Prometheus
),我们可以使用
spring
引导
执行器
,另一个选项是在运行服务时使用
Prometheus
出口商()作为javaAgent。虽然这两个选项都有相同
的
用途,但我确实看到,JMX出口商导出
的
方式比
spring
引导
执行器
要多得多。我在查看一些
spring
引导文档,看看是否有任何选项可以启用更多
的
spring
启动
执行器</e
浏览 1
提问于2021-03-01
得票数 2
1
回答
关于
Prometheus
在
Spring
数据流任务
中
Rsocket代理
的
自身度量
、
、
我正试图建立一个对短生命
Spring
数据流任务
的
监视。由于新版本
的
SCDF,建议使用。 </dependency>
浏览 2
提问于2020-08-03
得票数 1
4
回答
如何更改
prometheus
度量
的
端点
、
我正在尝试向
prometheus
公开从
spring
启动服务
中
的
一些
指标
。不幸
的
是,
spring
引导
执行器
和
prometheus
简单客户机都通过/metrics端点公开了它们
的
度量标准。如何更改简单客户端
的
端点? 谢谢
浏览 7
提问于2016-07-12
得票数 5
回答已采纳
1
回答
如何使用Steeltoe Actuator + opencensus +
Prometheus
使用
指标
、
、
、
、
我们正在使用微服务实现企业级应用程序,正在使用.net核心和JAVA,它使用了关键
的
steeltoe框架来实现.net
的
微服务功能和JAVA.Now
的
sprint
boot
。我们已经为生产做好了准备,需要在生产环境
中
捕获
指标
。我们计划使用
执行器
框架和
Prometheus
+ graffana仪表板。通过
执行器
框架可以很容易地实现
指标
监控。如果我们想要使用steeltoe实现相同
的
功能,我们必须使用o
浏览 19
提问于2019-12-06
得票数 0
1
回答
使用
prometheus
监控
spring
boot
服务(
执行器
,启用安全)
、
、
、
我目前正在尝试使用PrAG堆栈来监控基于
spring
boot
的
微服务。将2个
spring
boot
项目1.5.4 (pom.xml)配置为具有以下依赖项,以获取
指标
并将
指标
转换到
prometheus
服务器: <groupId>org.springframework.
boot
</groupId> <artifactId&g
浏览 2
提问于2017-09-18
得票数 0
1
回答
如何使用
Prometheus
监控grpc-java服务器和客户端?
、
我想使用
Prometheus
来监控我
的
grpc服务器和grpc客户端?但是我不知道如何监听GRPC服务器
的
端口?
浏览 103
提问于2019-08-02
得票数 1
回答已采纳
1
回答
hashicorp
consul
没有发布所有
指标
、
consul
没有发布他们
的
文档
中
定义
的
所有
指标
,来自https://www.
consul
.io/docs/agent/telemetry.html#transaction-timing,它只显示raft
指标
而不显示txn kvs,有人注意到这个问题了吗?用于启用普罗米修斯样式度量
的
命令:
consul
agent -dev -hcl 'telemetry{
promet
浏览 11
提问于2019-03-19
得票数 0
回答已采纳
1
回答
prometheus
弹簧套筒制动器与千分尺混合返回空结果
、
、
、
我将
spring
boot
应用程序配置为按照https://www.callicoder.com/
spring
-
boot
-actuator-metrics-monitoring-dashboard-
prometheus
-grafana/
中
的
描述导出
prometheus
的
执行器
数据,但与文档不同
的
是,当我调用/ Actuator /
p
浏览 13
提问于2019-06-26
得票数 0
1
回答
Grafana未显示springboot端点显示
的
指标
、
、
我已经为我
的
spring
boot
应用程序配置了测微仪和
prometheus
,并且我可以在端点/
执行器
/
prometheus
处看到以下
指标
(使用计时器生成): # HELP timer_test_secondstimer_test_seconds_max{class="com.test.MyController",exception="none",method="testTimer",} 4
浏览 0
提问于2020-07-03
得票数 0
1
回答
如何修复“\”无效\“在
Prometheus
中
不是有效
的
开始令牌”
我有
spring
-
boot
项目与web和
执行器
的
依赖性,这是运行在端口7071 我可以看到我
的
服务触发器http://localhost:7071/
prometheus
http://localhost:7071/metrics
的
普罗米修斯和
指标
但不知何故,出现错误"INVALID“
的
http://localhost:9090/tar
浏览 107
提问于2019-04-28
得票数 2
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
使用Spring Boot Actuator将指标导出到InfluxDB和Prometheus
如何将 Spring Boot Actuator 的指标信息输出到 InfluxDB和Prometheus
Spring Boot 2.x 中的 Actuator
在Docker中运行Spring Boot的高级功能测试
Spring Boot 中的响应式编程和 WebFlux 入门
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券