腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
应该在什么公制编织网上报警?
、
、
公开以下下面的警报看起来正确吗?关于这些指标的哪些值,我们应该提高警惕,以监视编织网络的健康状况? WeaveConnecTerm weave_conne
浏览 1
提问于2020-02-14
得票数 0
0
回答
promotheus监控一个简单的应用程序
我正在尝试使用
prometheus
监控一个简单的应用程序,但不确定从哪里开始。import time t2 = d
浏览 10
提问于2017-11-28
得票数 1
回答已采纳
1
回答
如何从Spring Boot Singleton收集
Prometheus
度量信息
、
、
、
、
我想使用
Prometheus
来监控我的Java Spring-Boot应用程序。例如:@RestController .name("api_latency"
浏览 7
提问于2018-01-06
得票数 0
1
回答
如何在
Prometheus
中绘制单个汇总度量实例?
、
、
、
我使用
Prometheus
的
Summary
度量来收集API调用的延迟。我的问题是
Prometheus
查询。我目前使用的
Prometheus
查询是:rate(my_custom_
summary
_sum[1m])。我的
Prometheus
查询应该是什么,这样我就可以看到每个单独的Thread.sleep(1000) 的延迟。现在,
Summary
度量收集并显示每分钟的总延迟和。private static final
Summary
mySummary =
浏览 2
提问于2017-12-19
得票数 1
1
回答
将Alertmanger Slack集成到Jir警报模板中的重用
、
、
需要对松弛的模板进行什么样的更改才能将其重用到Jir预警1中?我能不能利用整个身体的现状,有人可以张贴一个例子的工作,即使是默认的例子在供应商的网站。
浏览 0
提问于2020-05-13
得票数 1
回答已采纳
1
回答
Prometheus
推送网关简易公制监视器
、
到目前为止,我试图学习的主要用法是能够从我的客户端更新(而不是
prometheus
擦伤)。我有一个推送网关,我希望我的脚本/进程能够更新
prometheus
(然后grafana获得该统计数据)。我有一个简单的脚本,从这里开始,我获得了cpu利用率(将其计算为百分比)并将其发送给
prometheus
: cpu_util_sum_metric =
Su
浏览 0
提问于2019-07-14
得票数 0
回答已采纳
3
回答
测试规则AlertManager失败: yaml:解封送处理错误:第1行:未在main.unitTestFile类型中找到字段组
、
、
promtool check rules /etc/
prometheus
/alert.rules.yml SUCCESS: 3 rules found Unit Testing: /etc/
prometheus
memor
浏览 0
提问于2019-09-22
得票数 4
1
回答
Prometheus
Alertmanager是否能够区分事件和条件?
、
、
、
、
我们能用
Prometheus
Alertmanager做到这一点吗?如果是,你能参考一下实现这一目标的可能方法吗?如果没有,您默认的处理此要求的方式是什么?
浏览 15
提问于2021-04-19
得票数 0
1
回答
如何在
prometheus
operator中收到配置重载器错误的通知或警报?
、
、
、
我使用
prometheus
操作符在kubernetes上部署监控堆栈。我想知道是否有一种方法可以知道配置重载程序部署的配置是否失败。这对于使用配置重新加载程序容器重新加载其配置的
prometheus
和警报管理器资源是有效的。当配置失败时。我们在容器中有一个日志,但是基于失败的配置重新加载,我们可以有一个通知或警报吗?
浏览 13
提问于2019-04-10
得票数 2
回答已采纳
4
回答
ImportError:没有名为“
prometheus
.client”的模块
、
import Gauge我试着用pip和pip3安装
prometheus
.client,但什么也没有
prometheus
.collectors Collecting
prometheus
.collectors在下面的例子中,我使用了一种非常简约的方法(同样来自github) from <
浏览 3
提问于2017-12-22
得票数 3
1
回答
prometheus
单元试验总结
、
from
prometheus
_client import Counter,
Summary
import time time.sleep(1) my_
summa
浏览 1
提问于2017-12-03
得票数 1
回答已采纳
1
回答
helm values.yaml中的alerting_rules.yml
、
# Ref: https://
prometheus
.io/docs/
prometheus
/latest/configuration/alerting_rules/ #
summary
: 'Instance {{ $labels.instance }} down' 当我取消注释此示例并尝试更新helm部署时,我收到一个错误Error: cannot
summar
浏览 52
提问于2021-03-19
得票数 0
1
回答
普罗米修斯规则错误
我正在尝试让
prometheus
警报启动并运行,但在定义警报时,它总是告诉我语法错误./
prometheus
-config.file=
prometheus
.yml -alertmanager.url http://localhost:9093
prometheus
,build date: 20150727-17:56:51INFO[0000] Loading configura
浏览 18
提问于2017-01-31
得票数 1
回答已采纳
1
回答
监视请求持续时间和丢失的数据点
、
、
我正在尝试使用
Summary
类型监控请求延迟,并使用Grafana显示百分位数。 我使用的是
prometheus
_client version 0.5.0。这就是我配置指标的方式 sample_processing_
summary
=
Summary
("sample_processing_3_
summary
_seconds", "Sample processing["sample_type"]) 我是这样使用它的: def message_processo
浏览 28
提问于2019-01-31
得票数 1
回答已采纳
3
回答
未发现目标的普罗米修斯警报规则
、
、
我在使用
prometheus
/kube-
prometheus
-stack 25.1.0配置监控模块时收到了警报。Details: •
prometheus
: monitoring/
prometheus
-kube-
prometheus
-
prometheus
它在
prometheus
/kube-
prometheus
-stack 21.x.x中不存在。 同样的问题发生在
浏览 25
提问于2021-12-27
得票数 6
6
回答
如何在
prometheus
/client_golang中禁用go_collector度量
、
、
我使用一个NewGaugeVec来报告我的指标: Name: "gogrinder_elapsed_msCurrent time elapsed of gogrinder teststep",
prometheus</
浏览 6
提问于2016-01-31
得票数 8
回答已采纳
1
回答
Prometheus
Java
Summary
指标是线程安全的吗?
、
、
、
Prometheus
Java
Summary
对象是线程安全的吗?如果我在一个类中声明它是静态的,它将被类的所有实例使用。
Prometheus
是否为这个指标对象实现了线程安全?
浏览 15
提问于2018-01-05
得票数 2
回答已采纳
1
回答
警报管理器没有触发任何警报。
、
我正在附加警报管理器和
prometheus
规则的配置文件。apiVersion: v1metadata: name:
prometheus
-rules-conf
prometheus
_alerts.yml: | - name:
prometheus
_alerts
浏览 5
提问于2019-10-17
得票数 0
1
回答
如何解决错误: io.netty.util.concurrent.GenericFutureListener?:java.lang.ClassNotFoundException
、
确实找到了示例import io.
prometheus
.client.Gauge;import io.
prometheus
.client.
Summary
;import io.vertx.core.Vertx; import io.ve
浏览 530
提问于2018-10-05
得票数 2
回答已采纳
1
回答
Prometheus
Python客户端库
、
、
我开始使用
Prometheus
来获取我创建的一项服务的趋势数据。我正在尝试使用Python客户端库,但不清楚如何使用它。基于“入门”文档,有一个指向要监视的应用程序的
prometheus
.yml文件,Python库以这段代码为例。from
prometheus
_client import start_http_server,
Summary
import time # Create a metricREQUEST_TIME =
Summary
('request_pr
浏览 2
提问于2017-06-27
得票数 0
回答已采纳
点击加载更多
相关
资讯
Cryptography Summary
Unix Shell Summary
summary-getGenericSuperclass
Prometheus 监控实战(三):Prometheus 架构
Prometheus项目
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券