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 1e3a3328..1ae527a8 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -56,7 +56,7 @@ var (
// ServerlessLatency records serverless serving roundtrip duration
ServerlessLatency = prometheus.NewHistogram(prometheus.HistogramOpts{
Name: "gitlab_pages_serverless_latency",
- Help: "Serverless serving rountrip duration",
+ Help: "Serverless serving roundtrip duration",
})
)