Kind: Interface
Source: atloria-monorepo/apps/api/src/events/agent-analytics.service.ts
Properties
| Property | Type |
|---|---|
windowDays | number |
total | number |
blockedCount | number |
errorRate | number |
topOperations | Array<{ method: string; path: string; count: number; blockedCount: number }> |
trend | Array<{ date: string; count: number }> |
Was this page helpful?