I have read an article about multiple pushgateway instances may cause data confusion. But I don't understand how it happen.
"When the same indicator data is pushed from different Pushgateway instances, there may be a time stamp synchronization issue or value discrepancy, which may cause data inconsistency when aggregating indicator data on the Prometheus server."
The time stamp of data series of prometheus collected is depended on prometheus collection time. How dose this have to do with pushgateway?
Pushgateway just push data to prometheus. I don't see the relation between push time stamp and collect time stamp.
I just curious why multiple pushgateway can cause lots of problems.
Of course, my final goal is to determine whether monitoring metrics collected from one server can be uploaded to different Pushgateway instances? Or better to ensure one server metrics be uploaded to some pushgateway instances.