Skip to content

Commit

Permalink
rebuild table
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttoyonaga committed Aug 14, 2023
1 parent f24f83c commit 7c4776d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/system/runtime-environment-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,9 @@ of `[]` (single bucket histogram capturing count, sum, min, max).
<!-- semconv metric.process.runtime.jvm.cpu.monitor.duration(full) -->
| Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---|
| `state` | string | Action taken at monitor. | `blocked`; `wait` | Recommended |
| [`code.namespace`](../../model/trace/general.yaml) | string | Class of the monitor. | `java.lang.Object` | Opt-In |
| [`thread.id`](../../model/trace/general.yaml) | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | Opt-In |
| `status` | string | Action taken at monitor. | `blocked`; `wait` | Recommended |
| [`code.namespace`](../general/attributes.md) | string | Class of the monitor. | `java.lang.Object` | Opt-In |
| [`thread.id`](../general/attributes.md) | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | Opt-In |
<!-- endsemconv -->

### Metric: `process.runtime.jvm.cpu.context_swtich`
Expand Down Expand Up @@ -484,8 +484,8 @@ of `[]` (single bucket histogram capturing count, sum, min, max).
<!-- semconv metric.process.runtime.jvm.network.io(full) -->
| Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---|
| [`network.connection.direction`](../../model/trace/general.yaml) | string | Read or write. | `read`; `write` | Recommended |
| [`thread.id`](../../model/trace/general.yaml) | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | Opt-In |
| [`network.connection.direction`](../general/attributes.md) | string | Read or write. | `read`; `write` | Recommended |
| [`thread.id`](../general/attributes.md) | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | Opt-In |
<!-- endsemconv -->

### Metric: `process.runtime.jvm.network.duration`
Expand All @@ -506,8 +506,8 @@ of `[]` (single bucket histogram capturing count, sum, min, max).
<!-- semconv metric.process.runtime.jvm.network.duration(full) -->
| Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---|
| [`network.connection.direction`](../../model/trace/general.yaml) | string | Read or write. | `read`; `write` | Recommended |
| [`thread.id`](../../model/trace/general.yaml) | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | Opt-In |
| [`network.connection.direction`](../general/attributes.md) | string | Read or write. | `read`; `write` | Recommended |
| [`thread.id`](../general/attributes.md) | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | Opt-In |
<!-- endsemconv -->

[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.22.0/specification/document-status.md
Expand Down

0 comments on commit 7c4776d

Please sign in to comment.