diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2019-05-29 12:27:44 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-05-29 12:27:44 +0000 |
commit | a5adc6a024012f727ac32c440bb42f4634ae0605 (patch) | |
tree | c02e44b595f6bdc67bc647234dfc4a19972aba6b /config/gitlab.yml.example | |
parent | d017d2d93d6afbd597cbf6683fcd7f90e88a05de (diff) | |
download | gitlab-ce-a5adc6a024012f727ac32c440bb42f4634ae0605.tar.gz |
Add Puma sampler
This sampler gathers Puma-specific metrics which can be used by
Prometheus then.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 23377b43f78..c83f569d885 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -752,6 +752,8 @@ production: &base monitoring: # Time between sampling of unicorn socket metrics, in seconds # unicorn_sampler_interval: 10 + # Time between sampling of Puma metrics, in seconds + # puma_sampler_interval: 5 # IP whitelist to access monitoring endpoints ip_whitelist: - 127.0.0.0/8 |