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"
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue