Add swift to the list of `telemetry.sdk.language` (#2097)
This commit is contained in:
parent
c543bb9036
commit
14973d30e6
|
|
@ -33,6 +33,8 @@ groups:
|
||||||
value: "ruby"
|
value: "ruby"
|
||||||
- id: webjs
|
- id: webjs
|
||||||
value: "webjs"
|
value: "webjs"
|
||||||
|
- id: swift
|
||||||
|
value: "swift"
|
||||||
brief: >
|
brief: >
|
||||||
The language of the telemetry SDK.
|
The language of the telemetry SDK.
|
||||||
- id: sdk.version
|
- id: sdk.version
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@ The identifier SHOULD be stable across different versions of an implementation.
|
||||||
| `python` | python |
|
| `python` | python |
|
||||||
| `ruby` | ruby |
|
| `ruby` | ruby |
|
||||||
| `webjs` | webjs |
|
| `webjs` | webjs |
|
||||||
|
| `swift` | swift |
|
||||||
<!-- endsemconv -->
|
<!-- endsemconv -->
|
||||||
|
|
||||||
## Compute Unit
|
## Compute Unit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue