From 7c4776d40d904d020d989ad718af80f52aa6de21 Mon Sep 17 00:00:00 2001 From: Robert Toyonaga Date: Mon, 14 Aug 2023 11:35:37 -0400 Subject: [PATCH] rebuild table --- docs/system/runtime-environment-metrics.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/system/runtime-environment-metrics.md b/docs/system/runtime-environment-metrics.md index 583277cf83..da0d968ede 100644 --- a/docs/system/runtime-environment-metrics.md +++ b/docs/system/runtime-environment-metrics.md @@ -450,9 +450,9 @@ of `[]` (single bucket histogram capturing count, sum, min, max). | 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 | ### Metric: `process.runtime.jvm.cpu.context_swtich` @@ -484,8 +484,8 @@ of `[]` (single bucket histogram capturing count, sum, min, max). | 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 | ### Metric: `process.runtime.jvm.network.duration` @@ -506,8 +506,8 @@ of `[]` (single bucket histogram capturing count, sum, min, max). | 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 | [DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.22.0/specification/document-status.md