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:
authorflowed <yoginth@protonmail.com>2019-12-21 18:36:17 +0300
committerflowed <yoginth@protonmail.com>2019-12-21 18:36:17 +0300
commit1a4c9b0745a4ecfa517a3e8335edd837d49d0d5a (patch)
treef0f1614622b178ff62d970b5daf0b388907ebad4 /doc/design_diskcache.md
parent48e227f01112f9108d184a55913389d9f2d52c6f (diff)
Fix Typos
Diffstat (limited to 'doc/design_diskcache.md')
-rw-r--r--doc/design_diskcache.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design_diskcache.md b/doc/design_diskcache.md
index 3a04bccaf..b931f6388 100644
--- a/doc/design_diskcache.md
+++ b/doc/design_diskcache.md
@@ -149,7 +149,7 @@ will give you insight into the performance and behavior of the cache:
- [Cache Effectiveness]
- `(sum(rate(gitaly_diskcache_requests_total[1m])) - sum(rate(gitaly_diskcache_miss_total[1m]))) / sum(rate(gitaly_diskcache_requests_total[1m]))`
- Shows how often the cache is invoked for a hit vs a miss. A value close to
- 100% is desireable.
+ 100% is desirable.
- [Cache Errors]
- `sum(rate(gitaly_diskcache_errors_total[1m])) by (error)`
- Shows edge case errors experienced by the cache. The following errors can