Add Rust to the telemetry.sdk.language resource convention (#3448)

This commit is contained in:
Cijo Thomas 2023-04-26 12:42:23 -07:00 committed by GitHub
parent 31485588b2
commit a2e3100848
2 changed files with 6 additions and 3 deletions

View File

@ -40,10 +40,12 @@ groups:
value: "python" value: "python"
- id: ruby - id: ruby
value: "ruby" value: "ruby"
- id: webjs - id: rust
value: "webjs" value: "rust"
- id: swift - id: swift
value: "swift" value: "swift"
- id: webjs
value: "webjs"
requirement_level: required requirement_level: required
brief: > brief: >
The language of the telemetry SDK. The language of the telemetry SDK.

View File

@ -149,8 +149,9 @@ All custom identifiers SHOULD be stable across different versions of an implemen
| `php` | php | | `php` | php |
| `python` | python | | `python` | python |
| `ruby` | ruby | | `ruby` | ruby |
| `webjs` | webjs | | `rust` | rust |
| `swift` | swift | | `swift` | swift |
| `webjs` | webjs |
<!-- endsemconv --> <!-- endsemconv -->
## Telemetry SDK (Experimental) ## Telemetry SDK (Experimental)