Skip to content

Commit 432af16

Browse files
committed
fmt
1 parent 0c81a7a commit 432af16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

coderd/prometheusmetrics/insights/metricscollector.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ import (
1515
"github.com/coder/coder/v2/coderd/database"
1616
)
1717

18-
var (
19-
templatesActiveUsersDesc = prometheus.NewDesc("coderd_insights_templates_active_users", "The number of active users of the template.", []string{"template_name"}, nil)
20-
)
18+
var templatesActiveUsersDesc = prometheus.NewDesc("coderd_insights_templates_active_users", "The number of active users of the template.", []string{"template_name"}, nil)
2119

2220
type MetricsCollector struct {
2321
database database.Store

0 commit comments

Comments
 (0)