Skip to content

Commit

Permalink
rename logical_count -> logical.count
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Mar 8, 2024
1 parent 50f47cd commit e58ab49
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ This metric is only reported if the container has limits set with -cpus, -cpuset
| ---- | ----------- | ---------- |
| {cpus} | Gauge | Double |
### container.cpu.logical_count
### container.cpu.logical.count
Number of cores available to the container.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all_set:
enabled: true
container.cpu.limit:
enabled: true
container.cpu.logical_count:
container.cpu.logical.count:
enabled: true
container.cpu.shares:
enabled: true
Expand Down Expand Up @@ -178,7 +178,7 @@ none_set:
enabled: false
container.cpu.limit:
enabled: false
container.cpu.logical_count:
container.cpu.logical.count:
enabled: false
container.cpu.shares:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ metrics:
unit: "1"
gauge:
value_type: int
container.cpu.logical_count:
container.cpu.logical.count:
enabled: false
description: "Number of cores available to the container."
unit: "{cpus}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resourceMetrics:
- asInt: 2
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resourceMetrics:
- asInt: 2
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ resourceMetrics:
- asInt: 8
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resourceMetrics:
- asInt: 2
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ resourceMetrics:
- asInt: 8
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ resourceMetrics:
- asInt: 8
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ resourceMetrics:
- asInt: 1
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down Expand Up @@ -986,7 +986,7 @@ resourceMetrics:
- asInt: 1
startTimeUnixNano: "1687762436124732000"
timeUnixNano: "1687762436137493000"
name: container.cpu.logical_count
name: container.cpu.logical.count
unit: "{cpus}"
- description: CPU shares set for the container.
gauge:
Expand Down

0 comments on commit e58ab49

Please sign in to comment.