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:
Diffstat (limited to 'metrics/metrics.go')
-rw-r--r--metrics/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/metrics.go b/metrics/metrics.go
index 26c7413f..88abef57 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -217,7 +217,7 @@ var (
Name: "gitlab_pages_rate_limit_blocked_count",
Help: "The number of requests/connections that have been blocked by rate limiter",
},
- []string{"limit_name", "enforced"},
+ []string{"limit_name"},
)
)