Skip to content

Commit 2d74d87

Browse files
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.
1 parent 5ec13f1 commit 2d74d87

20 files changed

Lines changed: 142 additions & 120 deletions
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Use this changelog template to create an entry for release notes.
2+
#
3+
# If your change doesn't affect end users you should instead start
4+
# your pull request title with [chore] or use the "Skip Changelog" label.
5+
6+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
7+
change_type: enhancement
8+
9+
# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
10+
component: disk, network, system
11+
12+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13+
note: Promote disk.io.direction, network.io.direction, and system.paging.fault.type attributes to RC
14+
15+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
16+
# The values here must be integers.
17+
issues: []
18+
19+
# (Optional) One or more lines of additional information to render under the primary note.
20+
# These lines will be padded with 2 spaces and then inserted directly into the document.
21+
# Use pipe (|) for multiline entries.
22+
subtext:

docs/hardware/common.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This metric is [recommended][MetricRecommended].
138138
| [`error.type`](/docs/registry/attributes/error.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `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` |
139139
| [`hw.name`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | An easily-recognizable name for the hardware component | `eth0` |
140140
| [`hw.parent`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
141+
| [`network.io.direction`](/docs/registry/attributes/network.md) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
142142

143143
**[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`.
144144

@@ -181,8 +181,8 @@ This metric is [recommended][MetricRecommended].
181181

182182
| Value | Description | Stability |
183183
| --- | --- | --- |
184-
| `receive` | receive | ![Development](https://img.shields.io/badge/-development-blue) |
185-
| `transmit` | transmit | ![Development](https://img.shields.io/badge/-development-blue) |
184+
| `receive` | receive | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
185+
| `transmit` | transmit | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
186186

187187
<!-- prettier-ignore-end -->
188188
<!-- END AUTOGENERATED TEXT -->

docs/hardware/cpu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When using this metric, the following attributes MUST be set:
7171
| [`error.type`](/docs/registry/attributes/error.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `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` |
7272
| [`hw.name`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | An easily-recognizable name for the hardware component | `eth0` |
7373
| [`hw.parent`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
74+
| [`network.io.direction`](/docs/registry/attributes/network.md) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
7575

7676
**[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`.
7777

@@ -114,8 +114,8 @@ When using this metric, the following attributes MUST be set:
114114

115115
| Value | Description | Stability |
116116
| --- | --- | --- |
117-
| `receive` | receive | ![Development](https://img.shields.io/badge/-development-blue) |
118-
| `transmit` | transmit | ![Development](https://img.shields.io/badge/-development-blue) |
117+
| `receive` | receive | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
118+
| `transmit` | transmit | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
119119

120120
<!-- prettier-ignore-end -->
121121
<!-- END AUTOGENERATED TEXT -->

docs/hardware/gpu.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ When using this metric, the following attributes MUST be set:
8080
| [`error.type`](/docs/registry/attributes/error.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `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` |
8181
| [`hw.name`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | An easily-recognizable name for the hardware component | `eth0` |
8282
| [`hw.parent`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
83+
| [`network.io.direction`](/docs/registry/attributes/network.md) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
8484

8585
**[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`.
8686

@@ -123,8 +123,8 @@ When using this metric, the following attributes MUST be set:
123123

124124
| Value | Description | Stability |
125125
| --- | --- | --- |
126-
| `receive` | receive | ![Development](https://img.shields.io/badge/-development-blue) |
127-
| `transmit` | transmit | ![Development](https://img.shields.io/badge/-development-blue) |
126+
| `receive` | receive | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
127+
| `transmit` | transmit | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
128128

129129
<!-- prettier-ignore-end -->
130130
<!-- END AUTOGENERATED TEXT -->
@@ -148,7 +148,7 @@ This metric is [recommended][MetricRecommended].
148148
| Key | Stability | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Value Type | Description | Example Values |
149149
| --- | --- | --- | --- | --- | --- |
150150
| [`hw.id`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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) | ![Development](https://img.shields.io/badge/-development-blue) | `Required` | string | The network IO operation direction. | `receive`; `transmit` |
151+
| [`network.io.direction`](/docs/registry/attributes/network.md) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) | `Required` | string | The network IO operation direction. | `receive`; `transmit` |
152152
| [`hw.driver_version`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Driver version for the hardware component | `10.2.1-3` |
153153
| [`hw.firmware_version`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Firmware version of the hardware component | `2.0.1` |
154154
| [`hw.model`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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].
163163

164164
| Value | Description | Stability |
165165
| --- | --- | --- |
166-
| `receive` | receive | ![Development](https://img.shields.io/badge/-development-blue) |
167-
| `transmit` | transmit | ![Development](https://img.shields.io/badge/-development-blue) |
166+
| `receive` | receive | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
167+
| `transmit` | transmit | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
168168

169169
<!-- prettier-ignore-end -->
170170
<!-- END AUTOGENERATED TEXT -->

docs/hardware/logical-disk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When using this metric, the following attributes MUST be set:
7171
| [`error.type`](/docs/registry/attributes/error.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `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` |
7272
| [`hw.name`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | An easily-recognizable name for the hardware component | `eth0` |
7373
| [`hw.parent`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
74+
| [`network.io.direction`](/docs/registry/attributes/network.md) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
7575

7676
**[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`.
7777

@@ -114,8 +114,8 @@ When using this metric, the following attributes MUST be set:
114114

115115
| Value | Description | Stability |
116116
| --- | --- | --- |
117-
| `receive` | receive | ![Development](https://img.shields.io/badge/-development-blue) |
118-
| `transmit` | transmit | ![Development](https://img.shields.io/badge/-development-blue) |
117+
| `receive` | receive | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
118+
| `transmit` | transmit | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
119119

120120
<!-- prettier-ignore-end -->
121121
<!-- END AUTOGENERATED TEXT -->

docs/hardware/memory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When using this metric, the following attributes MUST be set:
7272
| [`error.type`](/docs/registry/attributes/error.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `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` |
7373
| [`hw.name`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | An easily-recognizable name for the hardware component | `eth0` |
7474
| [`hw.parent`](/docs/registry/attributes/hardware.md) | ![Development](https://img.shields.io/badge/-development-blue) | `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) | ![Development](https://img.shields.io/badge/-development-blue) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
75+
| [`network.io.direction`](/docs/registry/attributes/network.md) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) | `Recommended` | string | Direction of network traffic for network errors. [3] | `receive`; `transmit` |
7676

7777
**[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`.
7878

@@ -115,8 +115,8 @@ When using this metric, the following attributes MUST be set:
115115

116116
| Value | Description | Stability |
117117
| --- | --- | --- |
118-
| `receive` | receive | ![Development](https://img.shields.io/badge/-development-blue) |
119-
| `transmit` | transmit | ![Development](https://img.shields.io/badge/-development-blue) |
118+
| `receive` | receive | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
119+
| `transmit` | transmit | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
120120

121121
<!-- prettier-ignore-end -->
122122
<!-- END AUTOGENERATED TEXT -->

0 commit comments

Comments
 (0)