semantic-conventions/docs/attributes-registry/disk.md

20 lines
453 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 |
|---|---|---|---|
| `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 -->