Aria Operations for logs receives a massive influx of DOMTraceCompSchedQueueStats events from ESXi host. These events are primarily informational vSAN traces that do not indicate a functional failure but can saturate syslog buffers and storage.
The high log volume is caused by the automated collection and forwarding of vSAN Distributed Object Manager (DOM) tracing statistics. These traces use a structured data format where a single performance measurement (even with all-zero values) is split across multiple log lines to preserve JSON-like context. When background storage tasks or management polling occurs, the resulting spike in trace generation saturates the syslog forwarding buffer, leading to the high event counts observed in remote logging tools.
To resolve the log flooding, disable the forwarding of vSAN traces to the remote syslog server. Native traces will continue to be stored locally on the ESXi host for troubleshooting purposes.
esxcli vsan trace set --logtosyslogesxcli vsan trace set --logtosyslog false