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-05-20 23:07:23 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-05-20 23:07:23 +0300
commit6c833eaf797a1368019ec9d12ce420a75f1f05f5 (patch)
tree2e3b9b15c46f230421d07052927dabe3ddb2b49b /doc/observibility.md
parentc33c0cda6aa65137eb893d194b67a36d024aa787 (diff)
Expend on Gitaly observibility
Working toward one place to find all up to date documentation, I've expended on our observibility story at GitLab.com.
Diffstat (limited to 'doc/observibility.md')
-rw-r--r--doc/observibility.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/observibility.md b/doc/observibility.md
new file mode 100644
index 000000000..869e4460a
--- /dev/null
+++ b/doc/observibility.md
@@ -0,0 +1,27 @@
+# Editing Gitaly dashboards
+
+Use the Grafana web interface to make changes to dashboards if
+necessary.
+
+**Remember to hit the 'Save' button at the top of the Grafana screen when making changes.**
+
+## Tiled (repeated) dashboards
+
+If you want to make a change across a tiled Grafana dashboard such as
+the [feature request rate
+overview](https://performance.gitlab.net/dashboard/db/gitaly-features-overview),
+then edit the first tile (top left). Its settings get applied to the
+other tiles as well. If you edit any tile other than the first your
+changes will be lost.
+
+## Drop-down values
+
+At the top of most of our Grafana dashboards you will find drop-down menus
+for GRPC method names, Prometheus jobs etc. The possible values in these
+drop-downs are defined with Prometheus queries. To see or change these
+queries, go into the dashboard's global settings (the gear icon at the
+top of the page) and look in the 'Templating' section. You can then edit
+entries.
+
+Note that Grafana 'templates' use a combination of PromQL and
+Grafana-specific modifiers.