summaryrefslogtreecommitdiff
path: root/lib/gitlab_metrics.rb
Commit message (Collapse)AuthorAgeFilesLines
* Re-use the default logger for performance metricsYorick Peterse2016-10-121-2/+3
| | | | | | | This removes the need for configuring anything extra. To make scraping easier each line is prefixed by "metrics:". Fixes #64
* Instrument GitLab Shell and log metrics data to a filePaco Guzman2016-10-111-0/+55