From 14973d30e6b4d595ac3c46c7488073baf91f7abe Mon Sep 17 00:00:00 2001 From: Ignacio Bonafonte Date: Thu, 4 Nov 2021 19:38:41 +0100 Subject: [PATCH] Add swift to the list of `telemetry.sdk.language` (#2097) --- semantic_conventions/resource/telemetry.yaml | 2 ++ specification/resource/semantic_conventions/README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/semantic_conventions/resource/telemetry.yaml b/semantic_conventions/resource/telemetry.yaml index 3854bb86a..367e22d9c 100644 --- a/semantic_conventions/resource/telemetry.yaml +++ b/semantic_conventions/resource/telemetry.yaml @@ -33,6 +33,8 @@ groups: value: "ruby" - id: webjs value: "webjs" + - id: swift + value: "swift" brief: > The language of the telemetry SDK. - id: sdk.version diff --git a/specification/resource/semantic_conventions/README.md b/specification/resource/semantic_conventions/README.md index cfcf14575..ab5fe29d4 100644 --- a/specification/resource/semantic_conventions/README.md +++ b/specification/resource/semantic_conventions/README.md @@ -128,6 +128,7 @@ The identifier SHOULD be stable across different versions of an implementation. | `python` | python | | `ruby` | ruby | | `webjs` | webjs | +| `swift` | swift | ## Compute Unit