From 563a4bce3b0c4b877024550bedd33c3153e15315 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Tue, 14 Feb 2023 05:33:37 +0000 Subject: [PATCH] Metrics: Update comment to mention folders instead of dashboards (#63312) --- pkg/infra/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/infra/metrics/metrics.go b/pkg/infra/metrics/metrics.go index ee9017cac53..14e75c1fd30 100644 --- a/pkg/infra/metrics/metrics.go +++ b/pkg/infra/metrics/metrics.go @@ -137,7 +137,7 @@ var ( // MStatTotalDashboards is a metric total amount of dashboards MStatTotalDashboards prometheus.Gauge - // MStatTotalDashboards is a metric total amount of dashboards + // MStatTotalFolders is a metric total amount of folders MStatTotalFolders prometheus.Gauge // MStatTotalUsers is a metric total amount of users