@@ -14,7 +14,7 @@ metrics:
14
14
15
15
### container.cpu.time
16
16
17
- Container CPU time
17
+ Total cumulative CPU time (sum of all cores) spent by the container/pod/node since its creation
18
18
19
19
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
20
20
| ---- | ----------- | ---------- | ----------------------- | --------- |
@@ -102,7 +102,7 @@ Container memory working_set
102
102
103
103
### k8s.node.cpu.time
104
104
105
- Node CPU time
105
+ Total cumulative CPU time (sum of all cores) spent by the container/pod/node since its creation
106
106
107
107
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
108
108
| ---- | ----------- | ---------- | ----------------------- | --------- |
@@ -220,7 +220,7 @@ Node network IO
220
220
221
221
### k8s.pod.cpu.time
222
222
223
- Pod CPU time
223
+ Total cumulative CPU time (sum of all cores) spent by the container/pod/node since its creation
224
224
225
225
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
226
226
| ---- | ----------- | ---------- | ----------------------- | --------- |
@@ -386,6 +386,14 @@ metrics:
386
386
enabled : true
387
387
` ` `
388
388
389
+ ### container.cpu.usage
390
+
391
+ Total CPU usage (sum of all cores per second) averaged over the sample window
392
+
393
+ | Unit | Metric Type | Value Type |
394
+ | ---- | ----------- | ---------- |
395
+ | {cpu} | Gauge | Double |
396
+
389
397
### container.uptime
390
398
391
399
The time since the container started
@@ -426,6 +434,14 @@ Container memory utilization as a ratio of the container's requests
426
434
| ---- | ----------- | ---------- |
427
435
| 1 | Gauge | Double |
428
436
437
+ ### k8s.node.cpu.usage
438
+
439
+ Total CPU usage (sum of all cores per second) averaged over the sample window
440
+
441
+ | Unit | Metric Type | Value Type |
442
+ | ---- | ----------- | ---------- |
443
+ | {cpu} | Gauge | Double |
444
+
429
445
### k8s.node.uptime
430
446
431
447
The time since the node started
@@ -434,6 +450,14 @@ The time since the node started
434
450
| ---- | ----------- | ---------- | ----------------------- | --------- |
435
451
| s | Sum | Int | Cumulative | true |
436
452
453
+ ### k8s.pod.cpu.usage
454
+
455
+ Total CPU usage (sum of all cores per second) averaged over the sample window
456
+
457
+ | Unit | Metric Type | Value Type |
458
+ | ---- | ----------- | ---------- |
459
+ | {cpu} | Gauge | Double |
460
+
437
461
### k8s.pod.cpu_limit_utilization
438
462
439
463
Pod cpu utilization as a ratio of the pod's total container limits. If any container is missing a limit the metric is not emitted.
0 commit comments