diff options
author | Paweł Chojnacki <pawel@chojnacki.ws> | 2017-07-04 15:28:34 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-07-04 15:28:34 +0000 |
commit | 26ac691a688cb569a7345d8f31a406d467240bb2 (patch) | |
tree | f9922c6175116dd1ba0b2b5a2481c173d4a85951 /config/gitlab.yml.example | |
parent | 53c626bc8daff623ac4528dd964bc823458345e0 (diff) | |
download | gitlab-ce-26ac691a688cb569a7345d8f31a406d467240bb2.tar.gz |
Instrument Unicorn with Ruby exporter
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 43a8c0078ca..4b81fd90f59 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -543,6 +543,10 @@ production: &base # enabled: true # host: localhost # port: 3808 + prometheus: + # Time between sampling of unicorn socket metrics, in seconds + # unicorn_sampler_interval: 10 + # # 5. Extra customization |