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:
authorJacob Vosmaer <jacob@gitlab.com>2019-09-17 08:08:10 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-09-17 08:08:10 +0300
commitb29281d38662979d7499ac54a2df562fda647895 (patch)
tree92404f64f2e8c3538d5d3651e211431b64889c6d
parent7a5636ea38380df6eeba4220b1cb774331368246 (diff)
Add documentation snippet for ELK graphs
-rw-r--r--doc/observibility.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/observibility.md b/doc/observibility.md
index 869e4460a..44819d063 100644
--- a/doc/observibility.md
+++ b/doc/observibility.md
@@ -25,3 +25,14 @@ entries.
Note that Grafana 'templates' use a combination of PromQL and
Grafana-specific modifiers.
+
+# Ad-hoc latency graphs with ELK
+
+Gitaly RPC latency data from Prometheus uses irregular (exponential)
+bucket sizes which gives you unrealistic numbers. To get more realistic
+percentiles you can use ELK.
+
+- Go to [ELK](https://log.gitlab.net)
+- Click 'Visualize'
+- Search for `gitaly rpc latency example`
+- Edit as needed