Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-02-26 16:36:28 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-07 10:43:04 +0300
commit5a0d0dd8a020c73d7fe8bab59fe297e543eaef4a (patch)
treee11b5af2259e167f74a8b885ff2eabb08516b03f /config.praefect.toml.example
parent35a0d3ebf0fd0418218875a34c54beb5b4e01b34 (diff)
Enable Prometheus for praefect
Eventhough the listeners were added before, it was chosen to keep that MR more focussed and the config for the listener was to be added later. This commit adds the configuration option, in line with how Gitaly does it.
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index f21880772..9f041a3f3 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -3,6 +3,8 @@
# # TCP address to listen on
listen_addr = "127.0.0.1:2305"
# socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
+#
+prometheus_listen_addr = "127.0.0.1:10101"
# # You can optionally configure Praefect to output JSON-formatted log messages to stdout
# [logging]