Hello,
Perf and Heartbeat data in AVD Insights come from the Windows performance counters and heartbeat pings that the Azure Monitor Agent ships to Log Analytics, but the default workbooks and KQL queries assume English‑named counters. If your session‑host OS UI language is non‑English, all counter and category names are localized, so those queries simply return zero rows.
You have two ways to fix it:
- Switch the host OS UI language to English.
- Or update your KQL to reference your OS’s localized counter/category names instead of the English defaults.
No other special AVD Insights or Log Analytics settings are required beyond having the Azure Monitor Agent (and its DCR) applied to your session hosts.
I hope this helps.
Finn