20 lines
686 B
Markdown
20 lines
686 B
Markdown
<!--- 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 | Stability |
|
|
|---|---|---|---|---|
|
|
| `disk.io.direction` | string | The disk IO operation direction. | `read` |  |
|
|
|
|
`disk.io.direction` MUST be one of the following:
|
|
|
|
| Value | Description | Stability |
|
|
|---|---|---|
|
|
| `read` | read |  |
|
|
| `write` | write |  |
|
|
<!-- endsemconv -->
|