Ror*_*Ror 5 monitoring grafana prometheus
我正在对我的公司基础设施进行监控。我安装了 Grafana 和 Prometheus 数据源。我构建了仪表板并拥有相当“尖峰”的图表。我想知道是否有任何方法可以让它变得更平滑,以便它更具可读性。
谢谢 !
Swi*_*one 0
我认为您可以在 Prometheus 查询中使用速率,例如:
返回过去 30 分钟内 http_requests_total 指标的 5 分钟速率,分辨率为 1 分钟。 速率(http_requests_total[5m])[30m:1m]
返回过去 30 分钟内 http_requests_total 指标的 5 分钟速率,分辨率为 1 分钟。
速率(http_requests_total[5m])[30m:1m]
归档时间:
6 年,1 月 前
查看次数:
9435 次
最近记录:
5 年,2 月 前