From 08a71c6efdbe77c4d63c14dfc9600740ed0bd119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Mon, 23 Nov 2020 13:08:46 +0100 Subject: [PATCH] Improve process.runtime description (editorial) (#1232) Co-authored-by: Armin Ruech --- specification/resource/semantic_conventions/process.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/resource/semantic_conventions/process.md b/specification/resource/semantic_conventions/process.md index bac81ab5dfc..424c01a79fe 100644 --- a/specification/resource/semantic_conventions/process.md +++ b/specification/resource/semantic_conventions/process.md @@ -54,8 +54,9 @@ At least one of `process.executable.name`, `process.executable.path`, `process.c | process.runtime.version | The version of the runtime of this process, as returned by the runtime without modification. | `14.0.2` | No | | process.runtime.description | An additional description about the runtime of the process, for example a specific vendor customization of the runtime environment. | `Eclipse OpenJ9 openj9-0.21.0` | No | -`process.runtime.name` SHOULD be set to one of the values listed below, unless more detailed instructions are provided. -If none of the listed values apply, a custom value best describing the runtime MAY be used. +How to set these attributes for particular runtime kinds is described in the following subsections. + +In addition to these attributes, [`telemetry.sdk.language`](README.md#telemetry-sdk) can be used to determine the general kind of runtime used. ### Erlang Runtimes