prometheus 报错 “Out of order sample from remote write” err=”out of bounds”

2025-02-10 89 0

root@mon:/data/prometheus# journalctl -u prometheus -f
Feb 10 10:55:44 mon39 prometheus[265417]: level=error ts=2025-02-10T02:55:44.649Z caller=write_handler.go:53 component=web msg="Out of order sample from remote write" err="out of bounds"

原因:有上报消息的客户端 时间大于promethus服务器时间导致

# prometheus
root@mon:/data/prometheus# date
Mon Feb 10 11:00:25 AM CST 2025

# 客户端
root@openresty55:~# date
Mon Feb 10 11:25:22 CST 2025

相关文章

vcenter 7 克隆虚拟机 ubuntu dhcp ip一样
ubuntu proxychains4 命令全局代理
OpenResty ModSecurity 编译
vCenter 7.0 禁用 vSphere 集群服务 (vCLS)
ESXI 7.0 分布式交换机 LACP 配置
yum 和 apt-get 安装指定版本

发布评论