Supported metrics for Microsoft.App/jobs
The following table lists the metrics available for the Microsoft.App/jobs resource type.
Table headings
Metric - The metric display name as it appears in the Azure portal.
Name in Rest API - Metric name as referred to in the REST API.
Unit - Unit of measure.
Aggregation - The default aggregation type. Valid values: Average, Minimum, Maximum, Total, Count.
Dimensions - Dimensions available for the metric.
Time Grains - Intervals at which the metric is sampled. For example, PT1M
indicates that the metric is sampled every minute, PT30M
every 30 minutes, PT1H
every hour, and so on.
DS Export- Whether the metric is exportable to Azure Monitor Logs via Diagnostic Settings.
For information on exporting metrics, see - Metrics export using data collection rules and Create diagnostic settings in Azure Monitor.
For information on metric retention, see Azure Monitor Metrics overview.
Category | Metric | Name in REST API | Unit | Aggregation | Dimensions | Time Grains | DS Export |
---|---|---|---|---|---|---|---|
Basic | Job Executions Executions run by the Container Apps Job |
Executions |
Count | Average, Total (Sum), Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | Requested Bytes Container App Job memory requests of customer containers in bytes. |
RequestedBytes |
Bytes | Total (Sum), Average, Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | Requested Cores Container App Job requested cpu in cores. |
RequestedCores |
Cores | Total (Sum), Average, Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | Job Restart Count Restart count of Container App Job execution |
RestartCount |
Count | Average, Total (Sum), Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | Network In Bytes Network received bytes |
RxBytes |
Bytes | Average, Total (Sum), Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | Network Out Bytes Network transmitted bytes |
TxBytes |
Bytes | Average, Total (Sum), Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | Usage Bytes Container App Job memory used in bytes. |
UsageBytes |
Bytes | Total (Sum), Average, Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |
Basic | CPU Usage CPU consumed by the container app job, in nano cores. 1,000,000,000 nano cores = 1 core |
UsageNanoCores |
NanoCores | Total (Sum), Average, Maximum, Minimum | state , jobName , executionName |
PT1M | Yes |