From 272405d0ca2234ebedd858dcbd83bb5d66cc58a6 Mon Sep 17 00:00:00 2001 From: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:44:03 -0700 Subject: [PATCH] Chore: Fix linting error in release branch [10.4.17] (#101091) balm0mma/ run goimports -w pkg/services/dashboards/service/dashboard_service.go --- pkg/services/dashboards/service/dashboard_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/dashboards/service/dashboard_service.go b/pkg/services/dashboards/service/dashboard_service.go index fbb2221f6fa..26fcba94089 100644 --- a/pkg/services/dashboards/service/dashboard_service.go +++ b/pkg/services/dashboards/service/dashboard_service.go @@ -118,7 +118,7 @@ func (dr *DashboardServiceImpl) BuildSaveDashboardCommand(ctx context.Context, d if len(dash.Title) > 5000 { return nil, dashboards.ErrDashboardTitleTooLong } - + metrics.MFolderIDsServiceCount.WithLabelValues(metrics.Dashboard).Inc() // nolint:staticcheck if dash.IsFolder && dash.FolderID > 0 {