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:12:07 +03:00
parent e58bbb71be
commit c5842a6f0d

View File

@ -194,9 +194,10 @@ func IncGQLOperation(operationType, operationName string, success bool, duration
}
gqlOperationsTotal.WithLabelValues(
operationType,
operationName,
status,
operationType, // operation
operationName, // type (возможно нужно переименовать)
operationName, // name (дублирование)
status, // success
).Inc()
gqlOperationDuration.WithLabelValues(