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"
- 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.

View File

@ -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 |
<!-- endsemconv -->
## Telemetry SDK (Experimental)