Skip to content

Commit b6e087b

Browse files
committed
Change units for ecs.task.cpu metrics
1 parent e02dae2 commit b6e087b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/components/ecs-metrics-receiver.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ The following table lists all metrics emitted by AWS ECS container metrics recei
135135
| ecs.task.cpu.usage.vcpu | container.cpu.usage.vcpu | vCPU |
136136
| ecs.task.cpu.cores | container.cpu.cores | Count |
137137
| ecs.task.cpu.onlines | container.cpu.onlines | Count |
138-
| ecs.task.cpu.reserved | container.cpu.reserved | None |
139-
| ecs.task.cpu.utilized | container.cpu.utilized | None |
138+
| ecs.task.cpu.reserved | container.cpu.reserved | vCPU |
139+
| ecs.task.cpu.utilized | container.cpu.utilized | Percent |
140140
| | | |
141141
| ecs.task.network.rate.rx | container.network.rate.rx | Bytes/Second |
142142
| ecs.task.network.rate.tx | container.network.rate.tx | Bytes/Second |

0 commit comments

Comments
 (0)