Commit Graph

7 Commits

Author SHA1 Message Date
Aleksei Lipniagov 57ae2f7e2d Use separate Prometheus metrics dirs in dev/test
Store Sidekiq and Web server metrics from Prometheus in separate
directories in `development` and `test` environments.
2019-07-02 18:42:01 +03:00
Pawel Chojnacki c134a72cdb Move Prometheus presentation logic to PrometheusText
+ Use NullMetrics to mock metrics when unused
+ Use method_missing in NullMetrics mocking
+ Update prometheus gem to version that correctly uses transitive dependencies
+ Ensure correct folders are used in Multiprocess prometheus client tests.
+ rename Sessions controller's metric
2017-06-02 19:45:58 +02:00
Pawel Chojnacki dc4d4c18bd Ensure prometheus_data_dir exists 2017-06-02 19:45:58 +02:00
Jacob Vosmaer 275b7797c1 Add gitaly source installation instructions 2017-03-21 14:55:41 +01:00
Lasse Schuirmann 5e18a922e4 Remove tmp/.gitkeep
This file is obsolete since 5b4aba5f as it exists
solely for the directory to exist.
2015-10-04 13:49:48 +00:00
Robert Speicher 5b4aba5f56 Make sure important directories exist in git
Ensures the following directories exist after a git clone:
- public/uploads
- tmp/pids
- tmp/sockets
2014-03-30 22:45:28 -04:00
Robert Speicher 11ebbb68d8 Add tmp/.gitkeep file to ensure tmp folder exists on clone
The install guide lists it as a requirement, so we might as well have it
by default.
2012-09-04 05:28:48 -04:00