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@gitlab.com>2017-06-02 15:27:54 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-06-02 15:27:54 +0300
commit399e541f685aaed05b8e8b6c5bf66eb158e4a59e (patch)
tree82b536f58935b88e8aac24b076933c94e8578c04 /config.toml.example
parent85194d18440a21dc0f5daceec8f040d16acaab3e (diff)
Allow Gitaly to be configured to use histograms for GRPC method calls
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 3778962d0..5ccbae9af 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -24,3 +24,7 @@ path = "/home/git/repositories"
# # You can optionally configure Gitaly to output JSON-formatted log messages to stdout
# [logging]
# format = "json"
+
+# # 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]