Skip to content

Commit 4837930

Browse files
committed
Minor fix.
1 parent 7656cd9 commit 4837930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Container Apps provides these basic metrics.
2121

2222
| Title | Dimensions | Description | Metric ID | Unit |
2323
|--|--|--|--|--|
24-
| CPU Usage | Replica, Revision | CPU consumed by the container app, in nano cores (1,000,000,000 nanocores = 1 core) | UsageNanoCores | `nanocores` |
24+
| CPU Usage | Replica, Revision | CPU consumed by the container app, in nano cores (1,000,000,000 nanocores = 1 core) | `UsageNanoCores` | nanocores |
2525
| Memory Working Set Bytes | Replica, Revision | Container app working set memory used in bytes | `WorkingSetBytes` | bytes |
2626
| Network In Bytes | Replica, Revision | Network received bytes | `RxBytes` | bytes |
2727
| Network Out Bytes | Replica, Revision | Network transmitted bytes | `TxBytes` | bytes |

0 commit comments

Comments
 (0)