For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /debug-utilities/interfaces/DiagnosticsStat.md.

Interface: DiagnosticsStat experimental

Beta

Represents a single stat entry with a name and optional values to be pushed to a DiagnosticsView.

Properties

name

name: string

Beta

Remarks

The name identifier for this stat entry.


values?

optional values?: (string | number)[]

Beta

Remarks

Optional array of numeric or string values associated with this stat entry.