|
| 1 | +# Produced Metrics |
| 2 | + |
| 3 | + |
| 4 | +## Metric `system.memory.utilization` |
| 5 | + |
| 6 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 7 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 8 | +| `system.memory.utilization` | Gauge | `1` | System memory utilization |  | |
| 9 | + |
| 10 | + |
| 11 | +### `system.memory.utilization` Attributes |
| 12 | + |
| 13 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 14 | +|---|---|---|---|---|---| |
| 15 | +| `state` | string | The type of memory being measured. | `used`; `free`; `cached`; `buffered` | `Required` |  | |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +## Metric `system.memory.usage` |
| 20 | + |
| 21 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 22 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 23 | +| `system.memory.usage` | UpDownCounter | `By` | System memory usage |  | |
| 24 | + |
| 25 | + |
| 26 | +### `system.memory.usage` Attributes |
| 27 | + |
| 28 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 29 | +|---|---|---|---|---|---| |
| 30 | +| `state` | string | The type of memory being measured. | `used`; `free`; `cached`; `buffered` | `Required` |  | |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +## Metric `system.network.io` |
| 35 | + |
| 36 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 37 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 38 | +| `system.network.io` | Counter | `By` | System network IO |  | |
| 39 | + |
| 40 | + |
| 41 | +### `system.network.io` Attributes |
| 42 | + |
| 43 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 44 | +|---|---|---|---|---|---| |
| 45 | +| `device` | string | The name of the network device. | `eth0` | `Required` |  | |
| 46 | +| `direction` | string | The direction of the flow of data being measured. | `receive`; `transmit`; `read`; `write` | `Required` |  | |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +## Metric `system.network.packets` |
| 51 | + |
| 52 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 53 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 54 | +| `system.network.packets` | Counter | `{packets}` | System network packets |  | |
| 55 | + |
| 56 | + |
| 57 | +### `system.network.packets` Attributes |
| 58 | + |
| 59 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 60 | +|---|---|---|---|---|---| |
| 61 | +| `device` | string | The name of the network device. | `eth0` | `Required` |  | |
| 62 | +| `direction` | string | The direction of the flow of data being measured. | `receive`; `transmit`; `read`; `write` | `Required` |  | |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +## Metric `system.network.errors` |
| 67 | + |
| 68 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 69 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 70 | +| `system.network.errors` | Counter | `{errors}` | System network errors |  | |
| 71 | + |
| 72 | + |
| 73 | +### `system.network.errors` Attributes |
| 74 | + |
| 75 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 76 | +|---|---|---|---|---|---| |
| 77 | +| `device` | string | The name of the network device. | `eth0` | `Required` |  | |
| 78 | +| `direction` | string | The direction of the flow of data being measured. | `receive`; `transmit`; `read`; `write` | `Required` |  | |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | +## Metric `system.disk.io` |
| 83 | + |
| 84 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 85 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 86 | +| `system.disk.io` | Counter | `By` | System disk IO |  | |
| 87 | + |
| 88 | + |
| 89 | +### `system.disk.io` Attributes |
| 90 | + |
| 91 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 92 | +|---|---|---|---|---|---| |
| 93 | +| `device` | string | The name of the network device. | `eth0` | `Required` |  | |
| 94 | +| `direction` | string | The direction of the flow of data being measured. | `receive`; `transmit`; `read`; `write` | `Required` |  | |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +## Metric `system.disk.operations` |
| 99 | + |
| 100 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 101 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 102 | +| `system.disk.operations` | Counter | `{operations}` | System disk operations |  | |
| 103 | + |
| 104 | + |
| 105 | +### `system.disk.operations` Attributes |
| 106 | + |
| 107 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 108 | +|---|---|---|---|---|---| |
| 109 | +| `device` | string | The name of the network device. | `eth0` | `Required` |  | |
| 110 | +| `direction` | string | The direction of the flow of data being measured. | `receive`; `transmit`; `read`; `write` | `Required` |  | |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | +## Metric `runtime.java.memory` |
| 115 | + |
| 116 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 117 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 118 | +| `runtime.java.memory` | UpDownCounter | `By` | Runtime Java memory |  | |
| 119 | + |
| 120 | + |
| 121 | +### `runtime.java.memory` Attributes |
| 122 | + |
| 123 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 124 | +|---|---|---|---|---|---| |
| 125 | +| `type` | string | The type of memory measurement | `rss`; `vms` | `Recommended` |  | |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +## Metric `runtime.java.cpu_time` |
| 130 | + |
| 131 | +| Name | Instrument Type | Unit (UCUM) | Description | Stability | |
| 132 | +| -------- | --------------- | ----------- | -------------- | --------- | |
| 133 | +| `runtime.java.cpu_time` | Gauge | `ms` | Runtime Java CPU time |  | |
| 134 | + |
| 135 | + |
| 136 | +### `runtime.java.cpu_time` Attributes |
| 137 | + |
| 138 | +| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |
| 139 | +|---|---|---|---|---|---| |
| 140 | +| `type` | string | The type of CPU time measurement | `user`; `system` | `Recommended` |  | |
0 commit comments