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>2022-06-15 16:34:33 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-07-05 13:38:27 +0300
commit68a1d6a18d37061598bf7d74bec4bda8422f0cd2 (patch)
treeb53f918941001b69224b3c200790f2cb48e04970 /metrics
parentd23089e4c705d46c6ee61601df75e49ca2ebd677 (diff)
Remove rate limits feature flags
Changelog: removed
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 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"},
)
)