From: Vratko Polak Date: Thu, 24 Jun 2021 17:40:38 +0000 (+0200) Subject: Metrics: Fix timestamps, they were not epoch X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=fd59d7ff012291f27e9ad2cd6ca863d8307f9104;hp=fd59d7ff012291f27e9ad2cd6ca863d8307f9104 Metrics: Fix timestamps, they were not epoch Library documentation [0] says this about monotonic(): The reference point of the returned value is undefined, so that only the difference between the results of two calls is valid. Switching to time(). [0] https://docs.python.org/3/library/time.html Change-Id: Ia7ef8d89119f7dc72619cac44b213611163ff054 Signed-off-by: Vratko Polak ---