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

2025-02-10 227 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

相关文章

MySQL 锁表 死锁查看及解决
Dell R620 IPMI 风扇
dify smtp邮箱配置
vcenter 7 克隆虚拟机 ubuntu dhcp ip一样
ubuntu proxychains4 命令全局代理
OpenResty ModSecurity 编译

发布评论