Add registry md file for disk attributes (#555)

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
This commit is contained in:
Chris Mark 2023-11-23 05:24:22 -06:00 committed by GitHub
parent b56abb47df
commit 9d9990cfe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 4 deletions

View File

@ -34,6 +34,7 @@ Currently, the following namespaces exist:
* [DB](db.md) (database) * [DB](db.md) (database)
* [Destination](destination.md) * [Destination](destination.md)
* [Device](device.md) * [Device](device.md)
* [Disk](disk.md)
* [Error](error.md) * [Error](error.md)
* [Host](host.md) * [Host](host.md)
* [HTTP](http.md) * [HTTP](http.md)

View File

@ -0,0 +1,19 @@
<!--- Hugo front matter used to generate the website version of this page:
--->
# Disk
## Disk Attributes
<!-- semconv registry.disk(omit_requirement_level) -->
| Attribute | Type | Description | Examples |
|---|---|---|---|
| `disk.io.direction` | string | The disk IO operation direction. | `read` |
`disk.io.direction` MUST be one of the following:
| Value | Description |
|---|---|
| `read` | read |
| `write` | write |
<!-- endsemconv -->

View File

@ -359,7 +359,7 @@ This metric is [recommended][MetricRecommended].
<!-- semconv metric.system.disk.io(full) --> <!-- semconv metric.system.disk.io(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `disk.io.direction` | string | The disk IO operation direction. | `read` | Recommended | | [`disk.io.direction`](../attributes-registry/disk.md) | string | The disk IO operation direction. | `read` | Recommended |
| `system.device` | string | The device identifier | `(identifier)` | Recommended | | `system.device` | string | The device identifier | `(identifier)` | Recommended |
`disk.io.direction` MUST be one of the following: `disk.io.direction` MUST be one of the following:
@ -383,7 +383,7 @@ This metric is [recommended][MetricRecommended].
<!-- semconv metric.system.disk.operations(full) --> <!-- semconv metric.system.disk.operations(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `disk.io.direction` | string | The disk IO operation direction. | `read` | Recommended | | [`disk.io.direction`](../attributes-registry/disk.md) | string | The disk IO operation direction. | `read` | Recommended |
| `system.device` | string | The device identifier | `(identifier)` | Recommended | | `system.device` | string | The device identifier | `(identifier)` | Recommended |
`disk.io.direction` MUST be one of the following: `disk.io.direction` MUST be one of the following:
@ -435,7 +435,7 @@ This metric is [recommended][MetricRecommended].
<!-- semconv metric.system.disk.operation_time(full) --> <!-- semconv metric.system.disk.operation_time(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `disk.io.direction` | string | The disk IO operation direction. | `read` | Recommended | | [`disk.io.direction`](../attributes-registry/disk.md) | string | The disk IO operation direction. | `read` | Recommended |
| `system.device` | string | The device identifier | `(identifier)` | Recommended | | `system.device` | string | The device identifier | `(identifier)` | Recommended |
`disk.io.direction` MUST be one of the following: `disk.io.direction` MUST be one of the following:
@ -459,7 +459,7 @@ This metric is [recommended][MetricRecommended].
<!-- semconv metric.system.disk.merged(full) --> <!-- semconv metric.system.disk.merged(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `disk.io.direction` | string | The disk IO operation direction. | `read` | Recommended | | [`disk.io.direction`](../attributes-registry/disk.md) | string | The disk IO operation direction. | `read` | Recommended |
| `system.device` | string | The device identifier | `(identifier)` | Recommended | | `system.device` | string | The device identifier | `(identifier)` | Recommended |
`disk.io.direction` MUST be one of the following: `disk.io.direction` MUST be one of the following: