diff --git a/internal/http/middleware/metrics.go b/internal/http/middleware/metrics.go index e4660b7..c3aaa49 100644 --- a/internal/http/middleware/metrics.go +++ b/internal/http/middleware/metrics.go @@ -43,7 +43,7 @@ var ( Help: "Duration of GraphQL operations", Buckets: []float64{0.001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 2, 5}, }, - []string{"operation", "type", "name"}, + []string{"operation", "name"}, ) // Бизнес метрики