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')
-rw-r--r--metrics/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/metrics.go b/metrics/metrics.go
index c2bf6566..9923043b 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -4,8 +4,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
)
+// TODO: remove disk source metrics https://gitlab.com/gitlab-org/gitlab-pages/-/issues/382
var (
- // TODO: remove disk source metrics https://gitlab.com/gitlab-org/gitlab-pages/-/issues/382
// DomainsServed counts the total number of sites served
DomainsServed = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "gitlab_pages_served_domains",