Skip to content

Commit

Permalink
add network to process semantic conventions
Browse files Browse the repository at this point in the history
Adding network input/output as a process semantic convention.
  • Loading branch information
Alex Boten committed May 19, 2022
1 parent 066cbfc commit 2669df4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Below is a table of Process metric instruments.
| `process.memory.usage` | UpDownCounter | By | The amount of physical memory in use. | |
| `process.memory.virtual` | UpDownCounter | By | The amount of committed virtual memory. | |
| `process.disk.io` | Counter | By | Disk bytes transferred. | `direction` SHOULD be one of: `read`, `write` |
| `process.network.io` | Counter | By | Network bytes transferred. | `direction` SHOULD be one of: `input`, `output` |

## Attributes

Expand Down

0 comments on commit 2669df4

Please sign in to comment.