Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cobb <rcobb@gitlab.com>2019-07-04 13:24:19 +0300
committerDouwe Maan <douwe@gitlab.com>2019-07-04 13:24:19 +0300
commit04962880ad5325e4386528cfebb1d8a599de6494 (patch)
tree4ac1a5705856fa0fa0108fb1c794d28a8d1ae428 /changelogs
parent5608c8617cddf5b86e6caebd759beb69540e671c (diff)
Fix process start time
Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/63873-process-start-time.yml6
1 files changed, 6 insertions, 0 deletions
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