From 04962880ad5325e4386528cfebb1d8a599de6494 Mon Sep 17 00:00:00 2001 From: Ryan Cobb Date: Thu, 4 Jul 2019 10:24:19 +0000 Subject: Fix process start time Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time. --- changelogs/unreleased/63873-process-start-time.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/63873-process-start-time.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/63873-process-start-time.yml b/changelogs/unreleased/63873-process-start-time.yml new file mode 100644 index 00000000000..b11a66ca106 --- /dev/null +++ b/changelogs/unreleased/63873-process-start-time.yml @@ -0,0 +1,6 @@ +--- +title: Change ruby_process_start_time_seconds metric to unix timestamp instead of + seconds from boot. +merge_request: 30195 +author: +type: fixed -- cgit v1.2.3