From a2e3100848e75590e7e1d59935d90b62fbc039f6 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 26 Apr 2023 12:42:23 -0700 Subject: [PATCH] Add Rust to the telemetry.sdk.language resource convention (#3448) --- semantic_conventions/resource/telemetry.yaml | 6 ++++-- specification/resource/semantic_conventions/README.md | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/semantic_conventions/resource/telemetry.yaml b/semantic_conventions/resource/telemetry.yaml index efd8d41ef..6966b4a85 100644 --- a/semantic_conventions/resource/telemetry.yaml +++ b/semantic_conventions/resource/telemetry.yaml @@ -40,10 +40,12 @@ groups: value: "python" - id: ruby value: "ruby" - - id: webjs - value: "webjs" + - id: rust + value: "rust" - id: swift value: "swift" + - id: webjs + value: "webjs" requirement_level: required brief: > The language of the telemetry SDK. diff --git a/specification/resource/semantic_conventions/README.md b/specification/resource/semantic_conventions/README.md index a92bd3608..cd311dbf7 100644 --- a/specification/resource/semantic_conventions/README.md +++ b/specification/resource/semantic_conventions/README.md @@ -149,8 +149,9 @@ All custom identifiers SHOULD be stable across different versions of an implemen | `php` | php | | `python` | python | | `ruby` | ruby | -| `webjs` | webjs | +| `rust` | rust | | `swift` | swift | +| `webjs` | webjs | ## Telemetry SDK (Experimental)