英文: Apply prometheus metric for specific deployment 问题 这个指标返回特定 Pod 的运行时间: sum by(namespace, pod) ( ...
哪些Cassandra指标显示每秒的读取和写入次数?
英文: Which Cassandra metrics expose the reads and writes per second? 问题 我有一个v3.9的非托管Cassandra服务器。 为了迁...
如何将Prometheus告警规则限制到Kubernetes服务?
英文: How do you limit a Prometheus alerting rule to a Kubernetes Service? 问题 我目前正在使用这个Prometheus告警规则,...
Grafana 仪表板变量问题 – 需要用户手册
英文: Grafana dashboard variable issues - need a user manual 问题 I am trying to set up a Grafana dashbo...
使用Prometheus和Cadvisor在Grafana中获取CPU使用率(按主机和名称排序)
英文: Obtaining CPU Usage (sorted by host and name) with Prometheus and Cadvisor in Grafana 问题 感谢@mark...
Prometheus Helm values通过Terraform部署时,不会加载file_sd_configs块中指定的文件。
英文: Prometheus helm values deployed via Terraform does not load the file specified in file_sd_config...
无法在浏览器中看到 Mbean,但可以在 Jconsole 中看到。
英文: Unable to see Mbean in browser but able to see it in Jconsole 问题 我正在尝试使用JMX导出来通过Mbean导出一些自定义变量。我...
如何更改Grafana视图中的图例
英文: How to change the legend in a Grafana view 问题 我有一个Grafana视图面板,其中包含一个查询,用于返回Kubernetes集群中每个节点的信息。...
如何使用PromQL获取两个标签具有相同值的所有指标?
英文: How can i get all the metrics where two label have same values using promql? 问题 max_over_time(cb...
如何创建一个偏差查询?
英文: How can i create a deviations query? 问题 我想编写一个查询,以允许我计算由创建的订单数量引起的偏差。 任务:查询应该回顾过去的7天数据,并基于此数据构建一...
13