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