Hi, On 10/13/20 9:06 AM, HENG KUAN WEE _ wrote: > Therefore, I believe that no data being shown is due to the following > error on the Prometheus UI: "*Warning!* Detected 5508.10 seconds time > difference between your browser and the server. Prometheus relies on > accurate time and time drift might cause unexpected query results."
Certainly sounds like something which should be fixed. :) Have you tried anything to analyze/fix this? It essentially means that either your server's clock or your client's clock is wrong. Try syncing both to a reliable time source. On Linux you would typically use chronyd, ntpd or systemd-timesyncd for that. Windows and OSX offer system settings for doing similar things, I think. If all things fail, it might temporary work by setting the clocks manually. But really, NTP would be the proper solution. :) Kind regards Christian -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/9e4817cf-e5b3-eeee-42ae-616e3894065a%40hoffmann-christian.info.

