src/Uno.UI.RemoteControl.Server.Processors/Telemetry.md
This document summarizes all Hot Reload telemetry events emitted by the server (ServerHotReloadProcessor.Notify).
Event name prefix: uno/dev-server/hot-reload
| Event Name | Main Properties (with hotreload/ prefix) | Measurements (with hotreload/ prefix) |
|---|---|---|
| notify-start [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-disabled [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-initializing [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-ready [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-processing-files [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-completed [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-no-changes [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-failed [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-rude-edit [src] | Event, Source, PreviousState | FileCount, DurationMs (optional) |
| notify-complete [src] | Event, Source, PreviousState, NewState, HasCurrentOperation | FileCount, DurationMs (optional) |
| notify-error [src] | Event, Source, PreviousState, NewState, HasCurrentOperation, ErrorMessage, ErrorType | FileCount, DurationMs (optional) |
"ProcessingFiles", "Completed", ..."IDE", "DevServer", ..."Ready", "Disabled", "Initializing", "Processing""Ready", "Disabled", "Initializing", "Processing""Compilation failed", "Syntax error""CompilationException", "SyntaxException"All events are tracked server-side in Notify().