We should integrate the telemetry from the dead vm cleaner into our grafana dashboards. We can use @AlitzelMendez's query that checks for machines we are just about to clean up as a starting point:
traces
| where cloud_RoleName == "fabric:/Helix/DeadVMCleaner"
| where message contains "exists but has lacked a heartbeat for 2 checks"
| extend queueId_ = tostring(customDimensions.queueId)
| summarize count() by queueId_, bin(timestamp, 1d)
We should integrate the telemetry from the dead vm cleaner into our grafana dashboards. We can use @AlitzelMendez's query that checks for machines we are just about to clean up as a starting point:
Release Note Category
Release Note Description