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/config/prometheus.go')
-rw-r--r--internal/config/prometheus.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/prometheus.go b/internal/config/prometheus.go
index 2d8936f9a..1577bffe8 100644
--- a/internal/config/prometheus.go
+++ b/internal/config/prometheus.go
@@ -4,6 +4,7 @@ import (
"github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"
+
"gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler"
)