From da1231315f20d8590e6eee44504641d5dae3be4f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 19 Jan 2017 22:21:53 +0800 Subject: [PATCH] fix: [ci skip] fix docs. --- gorush/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gorush/metrics.go b/gorush/metrics.go index 5006500..0137890 100644 --- a/gorush/metrics.go +++ b/gorush/metrics.go @@ -7,7 +7,7 @@ import ( const namespace = "gorush_" // Metrics implements the prometheus.Metrics interface and -// exposes gitea metrics for prometheus +// exposes gorush metrics for prometheus type Metrics struct { TotalPushCount *prometheus.Desc IosSuccess *prometheus.Desc