microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

IntegrationRuntimeAvailableMemory must be AVG #60

Closed albertoRamon closed 2 years ago

albertoRamon commented 2 years ago

Based in the manual this metric must be AVG Link image

AzureMetrics   
| where ResourceProvider == 'MICROSOFT.DATAFACTORY'
| where Resource == 'xxx'
| where MetricName  ==  'IntegrationRuntimeAvailableMemory' 
| project TimeGenerated, Average
| order by TimeGenerated asc
| render timechart

But I suspect that is not true: image

sloutsky commented 2 years ago

You question / issue relates to Azure Monitor - not for KQL parser. You will need to contact Azure Monitor team, or submit question for Azure Monitor repo / channel.