Add network metrics to process semantic conventions (#2556)
This commit is contained in:
parent
5c19b4e868
commit
a280dd8b2e
|
|
@ -38,6 +38,7 @@ Below is a table of Process metric instruments.
|
||||||
| `process.memory.usage` | UpDownCounter | By | The amount of physical memory in use. | |
|
| `process.memory.usage` | UpDownCounter | By | The amount of physical memory in use. | |
|
||||||
| `process.memory.virtual` | UpDownCounter | By | The amount of committed virtual memory. | |
|
| `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.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: `receive`, `transmit` |
|
||||||
|
|
||||||
## Attributes
|
## Attributes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue