summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyan Cobb <rcobb@gitlab.com>2019-04-29 12:13:02 -0600
committerRyan Cobb <rcobb@gitlab.com>2019-04-29 12:13:02 -0600
commit17986d91a5a54a8f68c45818073e77689f3c1fd6 (patch)
tree4f446b68907427f85890d5e61e7633424d1bc891 /doc
parent2f6a1e77bc8d3b57eddc337ec8f4485d0f26b32c (diff)
downloadgitlab-ce-17986d91a5a54a8f68c45818073e77689f3c1fd6.tar.gz
Add back ruby_memory_bytes metric, limit duplication, clean up
This adds back ruby_memory_bytes for backwards compatibility, limits code duplication, cleans up unused methods, and limits the unicorn worker sampling scope.
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/monitoring/prometheus/gitlab_metrics.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md
index 8885236e7be..ecde09f5cd8 100644
--- a/doc/administration/monitoring/prometheus/gitlab_metrics.md
+++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md
@@ -58,10 +58,11 @@ Some basic Ruby runtime metrics are available:
| ruby_gc_duration_seconds_total | Counter | 11.1 | Time spent by Ruby in GC |
| ruby_gc_stat_... | Gauge | 11.1 | Various metrics from [GC.stat] |
| ruby_file_descriptors | Gauge | 11.1 | File descriptors per process |
-| ruby_process_resident_memory_bytes | Gauge | 11.1 | Memory usage by process |
+| ruby_memory_bytes | Gauge | 11.1 | Memory usage by process |
| ruby_sampler_duration_seconds_total | Counter | 11.1 | Time spent collecting stats |
-| ruby_process_cpu_seconds_total | Gauge | 11.11 | Total amount of cpu time per process |
+| ruby_process_cpu_seconds_total | Gauge | 11.11 | Total amount of CPU time per process |
| ruby_process_max_fds | Gauge | 11.11 | Maximum number of open file descriptors per process |
+| ruby_process_resident_memory_bytes | Gauge | 11.11 | Memory usage by process |
| ruby_process_start_time_seconds | Gauge | 11.11 | The time the process started after system boot in seconds |
[GC.stat]: https://ruby-doc.org/core-2.3.0/GC.html#method-c-stat