Group AI errors by owner service
All checks were successful
CI / test (push) Successful in 23s
Build and Deploy / build-and-deploy (push) Successful in 24s

This commit is contained in:
Grendgi
2026-06-09 12:06:01 +03:00
parent da144ecefe
commit 562fad6f87
5 changed files with 12 additions and 4 deletions

View File

@@ -111,6 +111,7 @@ type QueueStat struct {
}
type ErrorStat struct {
OwnerService string `json:"owner_service,omitempty"`
TaskType string `json:"task_type"`
ModelProfile string `json:"model_profile"`
ErrorCode string `json:"error_code"`