You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently `time` collector produces a record like this:
[{"name":"node_time_seconds","value":1.643789173,
"desc":"System time in seconds since epoch (1970).",
"ts":1643789173610783251}]
This is very bogus, because it essentially says that the current
system time is `1970-01-01 00:00:01.643789173`. Fix it.
Signed-off-by: Fujimoto Seiji <[email protected]>
0 commit comments