You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promote disk.io.direction, network.io.direction and system.paging.fault.type to RC
This work is to enable promoting Process to RC. Promoting Process to RC
has been blocked by these attributes being in development while the
process metrics that use them being promoted to RC.
Copy file name to clipboardExpand all lines: docs/hardware/common.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ This metric is [recommended][MetricRecommended].
138
138
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` if and only if an error has occurred | string | The type of error encountered by the component. [2]|`uncorrected`; `zero_buffer_credit`; `crc`; `bad_sector`|
139
139
|[`hw.name`](/docs/registry/attributes/hardware.md)||`Recommended`| string | An easily-recognizable name for the hardware component |`eth0`|
140
140
|[`hw.parent`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Unique identifier of the parent component (typically the `hw.id` attribute of the enclosure, or disk controller) |`dellStorage_perc_0`|
141
-
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
141
+
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
142
142
143
143
**[1]`hw.type`:** Describes the category of the hardware component for which `hw.state` is being reported. For example, `hw.type=temperature` along with `hw.state=degraded` would indicate that the temperature of the hardware component has been reported as `degraded`.
144
144
@@ -181,8 +181,8 @@ This metric is [recommended][MetricRecommended].
Copy file name to clipboardExpand all lines: docs/hardware/cpu.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ When using this metric, the following attributes MUST be set:
71
71
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` if and only if an error has occurred | string | The type of error encountered by the component. [2]|`uncorrected`; `zero_buffer_credit`; `crc`; `bad_sector`|
72
72
|[`hw.name`](/docs/registry/attributes/hardware.md)||`Recommended`| string | An easily-recognizable name for the hardware component |`eth0`|
73
73
|[`hw.parent`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Unique identifier of the parent component (typically the `hw.id` attribute of the enclosure, or disk controller) |`dellStorage_perc_0`|
74
-
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
74
+
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
75
75
76
76
**[1]`hw.type`:** Describes the category of the hardware component for which `hw.state` is being reported. For example, `hw.type=temperature` along with `hw.state=degraded` would indicate that the temperature of the hardware component has been reported as `degraded`.
77
77
@@ -114,8 +114,8 @@ When using this metric, the following attributes MUST be set:
Copy file name to clipboardExpand all lines: docs/hardware/gpu.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ When using this metric, the following attributes MUST be set:
80
80
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` if and only if an error has occurred | string | The type of error encountered by the component. [2]|`uncorrected`; `zero_buffer_credit`; `crc`; `bad_sector`|
81
81
|[`hw.name`](/docs/registry/attributes/hardware.md)||`Recommended`| string | An easily-recognizable name for the hardware component |`eth0`|
82
82
|[`hw.parent`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Unique identifier of the parent component (typically the `hw.id` attribute of the enclosure, or disk controller) |`dellStorage_perc_0`|
83
-
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
83
+
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
84
84
85
85
**[1]`hw.type`:** Describes the category of the hardware component for which `hw.state` is being reported. For example, `hw.type=temperature` along with `hw.state=degraded` would indicate that the temperature of the hardware component has been reported as `degraded`.
86
86
@@ -123,8 +123,8 @@ When using this metric, the following attributes MUST be set:
@@ -148,7 +148,7 @@ This metric is [recommended][MetricRecommended].
148
148
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
149
149
| --- | --- | --- | --- | --- | --- |
150
150
|[`hw.id`](/docs/registry/attributes/hardware.md)||`Required`| string | An identifier for the hardware component, unique within the monitored host |`win32battery_battery_testsysa33_1`|
151
-
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Required`| string | The network IO operation direction. |`receive`; `transmit`|
|[`hw.driver_version`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Driver version for the hardware component |`10.2.1-3`|
153
153
|[`hw.firmware_version`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Firmware version of the hardware component |`2.0.1`|
154
154
|[`hw.model`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Descriptive model name of the hardware component |`PERC H740P`; `Intel(R) Core(TM) i7-10700K`; `Dell XPS 15 Battery`|
@@ -163,8 +163,8 @@ This metric is [recommended][MetricRecommended].
Copy file name to clipboardExpand all lines: docs/hardware/logical-disk.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ When using this metric, the following attributes MUST be set:
71
71
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` if and only if an error has occurred | string | The type of error encountered by the component. [2]|`uncorrected`; `zero_buffer_credit`; `crc`; `bad_sector`|
72
72
|[`hw.name`](/docs/registry/attributes/hardware.md)||`Recommended`| string | An easily-recognizable name for the hardware component |`eth0`|
73
73
|[`hw.parent`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Unique identifier of the parent component (typically the `hw.id` attribute of the enclosure, or disk controller) |`dellStorage_perc_0`|
74
-
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
74
+
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
75
75
76
76
**[1]`hw.type`:** Describes the category of the hardware component for which `hw.state` is being reported. For example, `hw.type=temperature` along with `hw.state=degraded` would indicate that the temperature of the hardware component has been reported as `degraded`.
77
77
@@ -114,8 +114,8 @@ When using this metric, the following attributes MUST be set:
Copy file name to clipboardExpand all lines: docs/hardware/memory.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ When using this metric, the following attributes MUST be set:
72
72
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` if and only if an error has occurred | string | The type of error encountered by the component. [2]|`uncorrected`; `zero_buffer_credit`; `crc`; `bad_sector`|
73
73
|[`hw.name`](/docs/registry/attributes/hardware.md)||`Recommended`| string | An easily-recognizable name for the hardware component |`eth0`|
74
74
|[`hw.parent`](/docs/registry/attributes/hardware.md)||`Recommended`| string | Unique identifier of the parent component (typically the `hw.id` attribute of the enclosure, or disk controller) |`dellStorage_perc_0`|
75
-
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
75
+
|[`network.io.direction`](/docs/registry/attributes/network.md)||`Recommended`| string | Direction of network traffic for network errors. [3]|`receive`; `transmit`|
76
76
77
77
**[1]`hw.type`:** Describes the category of the hardware component for which `hw.state` is being reported. For example, `hw.type=temperature` along with `hw.state=degraded` would indicate that the temperature of the hardware component has been reported as `degraded`.
78
78
@@ -115,8 +115,8 @@ When using this metric, the following attributes MUST be set:
0 commit comments