diff options
author | Stan Hu <stanhu@gmail.com> | 2019-08-06 20:57:20 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-06 20:57:20 +0000 |
commit | b91bc31a5c8a82488073e877f2fdbc5709d0f79c (patch) | |
tree | eb689dd1847808f5fd8a5ea71d783dfdb7f2928e /doc | |
parent | 921611d19dff9aed8d4c35edd0578614630a01c8 (diff) | |
parent | 66963aad70abba7a87512070047244eefefeb563 (diff) | |
download | gitlab-ce-b91bc31a5c8a82488073e877f2fdbc5709d0f79c.tar.gz |
Merge branch 'remove-peek-gc' into 'master'
Remove GC metrics from performance bar
Closes gitlab-org/quality/nightly#122
See merge request gitlab-org/gitlab-ce!31550
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/monitoring/performance/performance_bar.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/administration/monitoring/performance/performance_bar.md b/doc/administration/monitoring/performance/performance_bar.md index 2cc78ccc03c..02f4b78bd60 100644 --- a/doc/administration/monitoring/performance/performance_bar.md +++ b/doc/administration/monitoring/performance/performance_bar.md @@ -16,7 +16,6 @@ It allows you to see (from left to right): ![Rugged profiling using the Performance Bar](img/performance_bar_rugged_calls.png) - time taken and number of Redis calls, click through for details of these calls ![Redis profiling using the Performance Bar](img/performance_bar_redis_calls.png) -- time taken and number of Ruby GC calls On the far right is a request selector that allows you to view the same metrics (excluding the page timing and line profiler) for any requests made while the |