Skip to content

Commit

Permalink
fix note for CPU cores consumption
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Feb 28, 2024
1 parent 1ae7244 commit 92ddfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/system/container-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This metric is optional.
| -------- | --------------- | ----------- | -------------- |
| `container.cpu.time` | Counter | `s` | Total CPU time consumed [1] |

**[1]:** Total CPU time consumed by the specific container.
**[1]:** Total CPU time consumed by the specific container on all available CPU cores
<!-- endsemconv -->

<!-- semconv metric.container.cpu.time(full) -->
Expand Down
2 changes: 1 addition & 1 deletion model/metrics/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ groups:
metric_name: container.cpu.time
brief: "Total CPU time consumed"
note: >
Total CPU time consumed by the specific container.
Total CPU time consumed by the specific container on all available CPU cores
instrument: counter
unit: "s"
attributes:
Expand Down

0 comments on commit 92ddfe7

Please sign in to comment.