Drive letter name not coming when querying in log analytics from Perf table

Baljit Singh 0 Reputation points
2024-07-28T09:04:17.0633333+00:00

When I am running below query in then not getting drive letter name to get disk free space.

Perf
| where ObjectName == "LogicalDisk" and CounterName == "% Free Space"
| summarize avg(CounterValue) by bin(TimeGenerated, 1h), InstanceName
| project TimeGenerated, InstanceName, FreeSpace = avg_CounterValue
| order by TimeGenerated desc
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,265 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.