microsoft / microsoft/AzureMonitorCommunity
IntegrationRuntimeAvailableMemory must be AVG
Open
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 1.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
Based in the manual this metric must be AVG Link

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:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by checking the Azure Monitor metric documentation and the repository's references to IntegrationRuntimeAvailableMemory, then compare the configured aggregation with the query and screenshots. Done means the repository reflects the verified aggregation behavior or documents the discrepancy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100