Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-26 04:37:47 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-26 04:37:47 +0300
commit7182b8d37aa9b49975c21aa9098877bbae355e7c (patch)
tree06584de99e64277f42baaaecb95126812014b008 /metrics
parent2cc66153eb4d54d7c48adab0f47d26d0eef7f230 (diff)
docs: fix method doc to pass code quality
Diffstat (limited to 'metrics')
-rw-r--r--metrics/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/metrics.go b/metrics/metrics.go
index 54b78fb6..b4ac9415 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -130,7 +130,7 @@ var (
[]string{"op", "cache"},
)
- // ZipCachedArchives is the number of entries in the cache
+ // ZipCachedEntries is the number of entries in the cache
ZipCachedEntries = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Name: "gitlab_pages_zip_cached_entries",