v0.0.24 Добавлены метрики в messages_resolvers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
madipo2611 2025-08-22 23:18:10 +03:00
parent c5842a6f0d
commit 3c0cd21139

View File

@ -43,7 +43,7 @@ var (
Help: "Duration of GraphQL operations", Help: "Duration of GraphQL operations",
Buckets: []float64{0.001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 2, 5}, Buckets: []float64{0.001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 2, 5},
}, },
[]string{"operation", "type", "name"}, []string{"operation", "name"},
) )
// Бизнес метрики // Бизнес метрики