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

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` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
`disk.io.direction` MUST be one of the following:
| Value | Description | Stability |
|---|---|---|
| `read` | read | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `write` | write | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
<!-- endsemconv -->