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:
authorAndrew Newdigate <andrew@troupe.co>2017-06-02 15:49:43 +0300
committerAndrew Newdigate <andrew@troupe.co>2017-06-02 15:49:43 +0300
commit7512218c70804e8ecd4072c6c9ea35c7bf1cc58c (patch)
tree92c4abdb19e6059b9a4653940c0743e3522f9793 /config.toml.example
parent236f33f3e3779523ec0f537db718108b8ed73cd0 (diff)
parentfd4bda7536090bed3e00eb71b9a45bc7434963cb (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitaly into use-sentry
# Conflicts: # CHANGELOG.md # cmd/gitaly/main.go # config.toml.example
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 0a2a13b06..b10a37523 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -24,6 +24,9 @@ path = "/home/git/repositories"
# # You can optionally configure Gitaly to output JSON-formatted log messages to stdout
# [logging]
# format = "json"
-# #
# # Additionally exceptions can be reported to Sentry
# sentry_dsn = "https://<key>:<secret>@sentry.io/<project>"
+
+# # You can optionally configure Gitaly to record histogram latencies on GRPC method calls
+# [prometheus]
+# grpc_latency_buckets = [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0, 30.0, 60.0, 300.0, 1500.0]