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:
Diffstat (limited to 'internal/praefect/metrics/prometheus.go')
-rw-r--r--internal/praefect/metrics/prometheus.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/praefect/metrics/prometheus.go b/internal/praefect/metrics/prometheus.go
index 6dc257a10..6b0533214 100644
--- a/internal/praefect/metrics/prometheus.go
+++ b/internal/praefect/metrics/prometheus.go
@@ -54,7 +54,6 @@ func RegisterNodeLatency(conf gitalycfgprom.Config, registerer prometheus.Regist
return nodeLatency, registerer.Register(nodeLatency)
}
-//nolint:stylecheck // This is unintentionally missing documentation.
var MethodTypeCounter = promauto.NewCounterVec(
prometheus.CounterOpts{
Namespace: "gitaly",
@@ -63,7 +62,6 @@ var MethodTypeCounter = promauto.NewCounterVec(
}, []string{"method_type"},
)
-//nolint:stylecheck // This is unintentionally missing documentation.
var PrimaryGauge = promauto.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: "gitaly",
@@ -72,7 +70,6 @@ var PrimaryGauge = promauto.NewGaugeVec(
}, []string{"virtual_storage", "gitaly_storage"},
)
-//nolint:stylecheck // This is unintentionally missing documentation.
var NodeLastHealthcheckGauge = promauto.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: "gitaly",