腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(1986)
视频
沙龙
2
回答
如
何在
Spring
Boot
中
获取传出http调用的
指标
?
、
、
我的
Spring
Boot
应用程序
调用其他提供程序,我希望测量响应所用的时间,但也希望测量其他东西。有没有一种干净的方法来做这件事,比如一些库或包?我需要与现有
应用程序
无缝集成的东西,而且我不需要用System.getCurrentTimeMillis()等包装调用。
浏览 2
提问于2018-10-02
得票数 0
2
回答
如何使用Grafana监控JDBC调用和统计信息
、
、
如何监控JDBC调用(Oracle/MySql/PostgreSQL等)我使用Grafana/
Prometheus
?的
spring
boot
应用程序
的统计信息。 我们是否有相应的插件?
浏览 69
提问于2018-08-02
得票数 3
1
回答
在
prometheus
集成
中
添加端点
、
、
如
何在
prometheus
中
添加/集成rest api端点。例如,在splunk
中
,我们监控微服务事务和日志。让我们来看看下面的
spring
boot
:/abce/v1/something2 一句话:-我们如何将上面的微服务端点添加到
prometheus
中
以进行移动
浏览 0
提问于2019-01-24
得票数 0
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.SpringBootCondition
浏览 136
提问于2018-12-21
得票数 2
1
回答
Spring
集成-无法查看MessageHandler、MessageChannel和MessageSource的
指标
、
我有一个
prometheus
指标
注册表和captor
bean
注册,如下所示: "prometheusMeterRegistry": { "aliases": [],"resource": "class path resource [org/springframework/
boot
/actuate/autoconfigure/metrics/export/
p
浏览 30
提问于2020-10-08
得票数 2
回答已采纳
3
回答
监控
Spring
Cloud数据流
中
的自定义流应用
我正在用
prometheus
和grafana尝试scdf和它的监控。我遵循了可用的文档,并且能够部署样例流,并且能够在grafana
中
查看
指标
。我已经创建了一个流与一些自定义流
应用程序
(除了提供的兔mq启动器
应用程序
)。但是我在gafana中看不到"participant“
应用程序
指标
。但能够查看http和日志
应用程序
的
指标
。 在application.properties
浏览 29
提问于2019-07-23
得票数 1
2
回答
千分尺@Timed in
Spring
Boot
REST方法和
Prometheus
误差
、
、
我试图使用Micrometer的@Timed注释从我的
Spring
Boot
应用程序
向
Prometheus
发送数据,但看到了奇怪的行为。我在
prometheus
中看到了我的方法的数据,但我也看到它在某些情况下失败了,下面是一个例外。我包含了必要的库,并遵循
Spring
Boot
配置说明添加了Micrometer @Timed注释。在构建
指标
的密钥时,感觉像是
Spring
Boot
/微米错误。:180) ~
浏览 88
提问于2020-01-22
得票数 3
1
回答
将来自
spring
应用程序
的度量公开给
prometheus
,而不使用
spring
-
boot
执行器
、
、
、
我一直在尝试在非
spring
boot
应用程序
中
收集微米
指标
,并将它们暴露给
prometheus
。我添加了以下依赖项和相同的测试方法。我想知道如何从我的非
spring
boot
应用程序
(传统
spring
应用程序
)中将收集的
指标
暴露给
prometheus
。<dependency> <groupId>io.micrometer<&
浏览 12
提问于2020-02-06
得票数 0
1
回答
如
何在
Spring
Boot
应用程序
中
注入
Prometheus
指标
bean
?
、
、
、
我希望将
Prometheus
Config
中
的
bean
作为构造函数参数
注入
到某些类
中
。.help("Number of invite requests") .register() } 我不能
注入
这个
bean
,因为
Spring
Boot
有@PrometheusMetricsExportAutoConfigu
浏览 52
提问于2019-10-09
得票数 2
2
回答
Spring
boot
2.3.4 - Kafka
指标
在/actuator/
prometheus
中
不可见
、
、
、
我有一个
spring
boot
应用程序
(版本2.3.4),我正在使用@KafkaListener来消费记录。我还使用了执行器和千分尺(1.5.5版)作为度量标准。问题是我看不到/actuator/
prometheus
中
的Kafka
指标
。我使用了以下依赖关系: 'org.springframework.
boot
' version '2.3.4.RELEASE' implementation group:
浏览 102
提问于2021-01-19
得票数 0
1
回答
Prometheus
ServletRegistrationBean在某些工作空间不工作
、
、
我想监控一些
应用程序
,我正在使用普罗米修斯。它在一些
应用程序
中
运行良好,但当我尝试在另一个
应用程序
中
实现它时,我面临一些问题。;import io.
prometheus
.client.
spring
.
boot
.SpringBootMetricsCollector-- https://mvnrepository.c
浏览 2
提问于2018-03-28
得票数 3
回答已采纳
1
回答
使用
Spring
Boot
Actuator计算每秒请求数
、
、
我想要计算来自
Spring
Boot
2
应用程序
的特定URL的每秒请求数,以及每个请求(延迟)所用的时间(以毫秒为单位)。我们可以从Actuator/
Prometheus
中看到以下
指标
: http_server_request_config_seconds_count http_server_request_config_seconds_sum我不知道如
何在
Prometheus
中
绘制它来得到我的结果。
浏览 129
提问于2019-03-23
得票数 3
2
回答
需要什么配置才能使带弹簧引导的千分尺输出jvm_info{}量具?
、
我有许多非
spring
-
boot
服务,它们使用io.
prometheus
simpleclient_hotspot自动生成JVM
指标
。我正在尝试获得这些
指标
和我的
spring
-
boot
服务生成的JVM
指标
的奇偶性,这些
指标
使用的是测微仪的默认设置。是否有一些额外的配置,我需要测微计,以便它生成
指标
,
如
:jvm_info{version=" ..
浏览 1
提问于2019-03-29
得票数 3
1
回答
Spring
执行器
指标
生成日志
、
、
、
、
每个
指标
端点都给出了
指标
的当前值,因此我需要Splunk定期向我的
应用程序
发送一个http请求,或者我可以定期将
指标
值写入日志文件。 那么,如何让我的
应用程序
将度量值写入日志呢?
浏览 6
提问于2019-11-09
得票数 0
回答已采纳
6
回答
无弹簧启动的弹簧启动执行器
、
、
、
我一直在开发一个
Spring
/
Spring
应用程序
,我希望添加性能
指标
。我遇到了,它看起来是一个很好的解决方案。但是,我的
应用程序
不是
Spring
应用程序
。我的
应用程序
正在传统的容器Tomcat 8
中
运行。我添加了以下依赖项compile "org.springframework.
boot
:
spring
浏览 8
提问于2015-04-29
得票数 80
回答已采纳
1
回答
普罗米修斯
指标
-找不到
、
、
、
我有
spring
引导
应用程序
,我正在使用vertx。我想监视服务和jvm,为此我选择了
Prometheus
。;这是我的依赖: <groupId>com.moelholm</groupId> <artifactId>
prometheus
-
spring
-
boot
-starter-- https://mvnrepositor
浏览 0
提问于2018-03-28
得票数 5
回答已采纳
2
回答
使用
spring
java的千分尺度量(无
spring
boot
)
、
、
、
、
我需要使用它来获取现有
spring
应用程序
的一些
指标
。没有
spring
boot
,只有普通的
spring
java。我在注册MeterRegistry时遇到了很多问题,比如为了在一些我想要有
指标
的端点上实现计数器或计时器,以及将其暴露给普罗米修斯进行抓取。谢谢。我曾尝试注册MeterRegistry的
bean
,但似乎不能为PrometheusMeterRegestry或PrometheuConfig注册。而且,仅仅从
浏览 9
提问于2019-03-28
得票数 4
1
回答
面向生产者和消费者的Kafka
指标
导出器
、
、
、
我使用
Prometheus
JMX exporter导出
指标
。但是,我不能在
Prometheus
中使用生产者和消费者
指标
。这些客户端
指标
必须由生产者和消费者导出吗?Kafka broker的
指标
可用。有什么遗漏的东西吗?或者有什么东西可以给我指出正确的方向吗?我的Kafka导出器YAML看起来像这样: #https://github.com/
prometheus
/jmx_exporter/blob/master
浏览 12
提问于2021-09-02
得票数 0
1
回答
Prometheus
在高负载下监控
应用程序
时的数据差距
、
、
、
spring
boot
+
spring
集成
应用程序
由普罗米修斯通过在micrometer.io
中
构建进行监控。
spring
boot
应用程序
将暴露locahost:8080/actuator/
prometheus
。监测数据到达普罗米修斯,并可以以图形的形式显示。这工作得很好。我的问题是我在普罗米修斯的数据
中
得到了一些空白。当
应用程序
负载过重时,就会出现这些差距。当
应用程
浏览 29
提问于2021-04-01
得票数 1
3
回答
如何将
指标
从
Spring
Boot
应用程序
导出到
Prometheus
?
、
、
、
、
我有一个简单的Maven
Spring
-
Boot
应用程序
(Java),正在使用
Prometheus
从其中收集度量信息。我在pom文件
中
包含了所有必要的
Prometheus
依赖项,并在@SpringBootApplication类
中
包含了@EnablePrometheusEndpoint注释,但是当我运行
应用程序
并尝试访问我是否正确地检测了我的
应用程序
,以便
Prometheus
可以使用@EnablePrometheus
浏览 1
提问于2017-12-01
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Spring和SpringBoot比较,解惑区别
Spring Boot 2.x 中的 Actuator
深入浅出,了解 Spring 框架和 Spring Boot 的历史
SpringBoot 2.0 系列(三):流程详解(下)
SpringBoot模块组成
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券