From a5adc6a024012f727ac32c440bb42f4634ae0605 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Wed, 29 May 2019 12:27:44 +0000 Subject: Add Puma sampler This sampler gathers Puma-specific metrics which can be used by Prometheus then. --- config/gitlab.yml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/gitlab.yml.example') 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 -- cgit v1.2.1