Add Rust to the telemetry.sdk.language resource convention (#3448)
This commit is contained in:
parent
31485588b2
commit
a2e3100848
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue