Skip to content

Commit 9f5f83c

Browse files
committed
update readme with units
1 parent 4fc43a8 commit 9f5f83c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ Use `instances.total.max - instances.total.healthy` to calculate available capac
7575

7676
### Resource Metrics
7777

78-
| Metric | Type | Description |
79-
|--------|------|-------------|
80-
| `cpu` | gauge | CPU load |
81-
| `memory` | gauge | Memory usage (bytes) |
82-
| `disk` | gauge | Disk usage (bytes) |
83-
| `bandwidth.rx` | count | Bytes received |
84-
| `bandwidth.tx` | count | Bytes transmitted |
78+
| Metric | Type | Unit | Description |
79+
|--------|------|------|-------------|
80+
| `cpu` | gauge | vCPU | CPU load |
81+
| `memory` | gauge | MiB | Memory usage |
82+
| `disk` | gauge | MB | Disk usage |
83+
| `bandwidth.rx` | count | bytes | Bytes received |
84+
| `bandwidth.tx` | count | bytes | Bytes transmitted |
8585

8686
**Tags:** `account_id`, `application_id`, `application_name`, `deployment_id`, `placement_id`, `stat`
8787

0 commit comments

Comments
 (0)