We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02dae2 commit b6e087bCopy full SHA for b6e087b
src/docs/components/ecs-metrics-receiver.mdx
@@ -135,8 +135,8 @@ The following table lists all metrics emitted by AWS ECS container metrics recei
135
| ecs.task.cpu.usage.vcpu | container.cpu.usage.vcpu | vCPU |
136
| ecs.task.cpu.cores | container.cpu.cores | Count |
137
| 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 |
+| ecs.task.cpu.reserved | container.cpu.reserved | vCPU |
+| ecs.task.cpu.utilized | container.cpu.utilized | Percent |
140
| | | |
141
| ecs.task.network.rate.rx | container.network.rate.rx | Bytes/Second |
142
| ecs.task.network.rate.tx | container.network.rate.tx | Bytes/Second |
0 commit comments