Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ metrics:

Total seconds each logical CPU spent on each mode.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| s | Sum | Double | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| s | Sum | Double | Cumulative | true | development |

#### Attributes

Expand All @@ -41,9 +41,9 @@ metrics:

Current frequency of the CPU core in Hz.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| Hz | Gauge | Double |
| Unit | Metric Type | Value Type | Stability |
| ---- | ----------- | ---------- | --------- |
| Hz | Gauge | Double | development |

#### Attributes

Expand All @@ -55,25 +55,25 @@ Current frequency of the CPU core in Hz.

Number of available logical CPUs.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {cpu} | Sum | Int | Cumulative | false |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| {cpu} | Sum | Int | Cumulative | false | development |

### system.cpu.physical.count

Number of available physical CPUs.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {cpu} | Sum | Int | Cumulative | false |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| {cpu} | Sum | Int | Cumulative | false | development |

### system.cpu.utilization

Difference in system.cpu.time since the last measurement per logical CPU, divided by the elapsed time (value in interval [0,1]).

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Double |
| Unit | Metric Type | Value Type | Stability |
| ---- | ----------- | ---------- | --------- |
| 1 | Gauge | Double | development |

#### Attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ metrics:
enabled: true
description: Total seconds each logical CPU spent on each mode.
unit: s
stability:
level: development
sum:
value_type: double
aggregation_temporality: cumulative
Expand All @@ -35,6 +37,8 @@ metrics:
enabled: false
description: Difference in system.cpu.time since the last measurement per logical CPU, divided by the elapsed time (value in interval [0,1]).
unit: "1"
stability:
level: development
gauge:
value_type: double
attributes: [cpu, state]
Expand All @@ -43,6 +47,8 @@ metrics:
enabled: false
description: Number of available physical CPUs.
unit: "{cpu}"
stability:
level: development
sum:
value_type: int
monotonic: false
Expand All @@ -52,6 +58,8 @@ metrics:
enabled: false
description: Number of available logical CPUs.
unit: "{cpu}"
stability:
level: development
sum:
value_type: int
monotonic: false
Expand All @@ -61,6 +69,8 @@ metrics:
enabled: false
description: Current frequency of the CPU core in Hz.
unit: "Hz"
stability:
level: development
gauge:
value_type: double
attributes: [cpu]
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ metrics:

Disk bytes transferred.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| By | Sum | Int | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| By | Sum | Int | Cumulative | true | development |

#### Attributes

Expand All @@ -31,9 +31,9 @@ Disk bytes transferred.

Time disk spent activated. On Windows, this is calculated as the inverse of disk idle time.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| s | Sum | Double | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| s | Sum | Double | Cumulative | true | development |

#### Attributes

Expand All @@ -45,9 +45,9 @@ Time disk spent activated. On Windows, this is calculated as the inverse of disk

The number of disk reads/writes merged into single physical disk access operations.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {operations} | Sum | Int | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| {operations} | Sum | Int | Cumulative | true | development |

#### Attributes

Expand All @@ -60,9 +60,9 @@ The number of disk reads/writes merged into single physical disk access operatio

Time spent in disk operations.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| s | Sum | Double | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| s | Sum | Double | Cumulative | true | development |

#### Attributes

Expand All @@ -75,9 +75,9 @@ Time spent in disk operations.

Disk operations count.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {operations} | Sum | Int | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| {operations} | Sum | Int | Cumulative | true | development |

#### Attributes

Expand All @@ -90,9 +90,9 @@ Disk operations count.

The queue size of pending I/O operations.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {operations} | Sum | Int | Cumulative | false |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| {operations} | Sum | Int | Cumulative | false | development |

#### Attributes

Expand All @@ -104,9 +104,9 @@ The queue size of pending I/O operations.

Time disk spent activated multiplied by the queue length.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| s | Sum | Double | Cumulative | true |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| s | Sum | Double | Cumulative | true | development |

#### Attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ metrics:
enabled: true
description: Disk bytes transferred.
unit: By
stability:
level: development
sum:
value_type: int
aggregation_temporality: cumulative
Expand All @@ -34,6 +36,8 @@ metrics:
enabled: true
description: Disk operations count.
unit: "{operations}"
stability:
level: development
sum:
value_type: int
aggregation_temporality: cumulative
Expand All @@ -44,6 +48,8 @@ metrics:
enabled: true
description: Time disk spent activated. On Windows, this is calculated as the inverse of disk idle time.
unit: s
stability:
level: development
sum:
value_type: double
aggregation_temporality: cumulative
Expand All @@ -53,6 +59,8 @@ metrics:
enabled: true
description: Time spent in disk operations.
unit: s
stability:
level: development
sum:
value_type: double
aggregation_temporality: cumulative
Expand All @@ -62,6 +70,8 @@ metrics:
enabled: true
description: Time disk spent activated multiplied by the queue length.
unit: s
stability:
level: development
sum:
value_type: double
aggregation_temporality: cumulative
Expand All @@ -72,6 +82,8 @@ metrics:
enabled: true
description: The queue size of pending I/O operations.
unit: "{operations}"
stability:
level: development
sum:
value_type: int
aggregation_temporality: cumulative
Expand All @@ -81,6 +93,8 @@ metrics:
enabled: true
description: The number of disk reads/writes merged into single physical disk access operations.
unit: "{operations}"
stability:
level: development
sum:
value_type: int
aggregation_temporality: cumulative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ metrics:

FileSystem inodes used.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {inodes} | Sum | Int | Cumulative | false |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| {inodes} | Sum | Int | Cumulative | false | development |

#### Attributes

Expand All @@ -34,9 +34,9 @@ FileSystem inodes used.

Filesystem bytes used.

| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| By | Sum | Int | Cumulative | false |
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
| By | Sum | Int | Cumulative | false | development |

#### Attributes

Expand All @@ -62,9 +62,9 @@ metrics:

Fraction of filesystem bytes used.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Double |
| Unit | Metric Type | Value Type | Stability |
| ---- | ----------- | ---------- | --------- |
| 1 | Gauge | Double | development |

#### Attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ metrics:
enabled: true
description: Filesystem bytes used.
unit: By
stability:
level: development
sum:
value_type: int
aggregation_temporality: cumulative
Expand All @@ -47,6 +49,8 @@ metrics:
enabled: true
description: FileSystem inodes used.
unit: "{inodes}"
stability:
level: development
sum:
value_type: int
aggregation_temporality: cumulative
Expand All @@ -57,6 +61,8 @@ metrics:
enabled: false
description: Fraction of filesystem bytes used.
unit: "1"
stability:
level: development
gauge:
value_type: double
attributes: [device, mode, mountpoint, type]
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ metrics:

Average CPU Load over 15 minutes.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| {thread} | Gauge | Double |
| Unit | Metric Type | Value Type | Stability |
| ---- | ----------- | ---------- | --------- |
| {thread} | Gauge | Double | development |

### system.cpu.load_average.1m

Average CPU Load over 1 minute.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| {thread} | Gauge | Double |
| Unit | Metric Type | Value Type | Stability |
| ---- | ----------- | ---------- | --------- |
| {thread} | Gauge | Double | development |

### system.cpu.load_average.5m

Average CPU Load over 5 minutes.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| {thread} | Gauge | Double |
| Unit | Metric Type | Value Type | Stability |
| ---- | ----------- | ---------- | --------- |
| {thread} | Gauge | Double | development |
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,25 @@ metrics:
enabled: true
description: Average CPU Load over 1 minute.
unit: "{thread}"
stability:
level: development
gauge:
value_type: double

system.cpu.load_average.5m:
enabled: true
description: Average CPU Load over 5 minutes.
unit: "{thread}"
stability:
level: development
gauge:
value_type: double

system.cpu.load_average.15m:
enabled: true
description: Average CPU Load over 15 minutes.
unit: "{thread}"
stability:
level: development
gauge:
value_type: double
Loading
Loading