Skip to content

Commit 3342341

Browse files
authored
Generate the semconv/v1.37.0 packages (#7254)
Resolve #7252
1 parent 37320e7 commit 3342341

File tree

27 files changed

+48450
-0
lines changed

27 files changed

+48450
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ The next release will require at least [Go 1.24].
5757
- Add experimental self-observability trace exporter metrics in `go.opentelemetry.io/otel/exporters/stdout/stdouttrace`.
5858
Check the `go.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal/x` package documentation for more information. (#7133)
5959
- Support testing of [Go 1.25]. (#7187)
60+
- The `go.opentelemetry.io/otel/semconv/v1.37.0` package.
61+
The package contains semantic conventions from the `v1.37.0` version of the OpenTelemetry Semantic Conventions.
62+
See the [migration documentation](./semconv/v1.37.0/MIGRATION.md) for information on how to upgrade from `go.opentelemetry.io/otel/semconv/v1.36.0.`(#7254)
6063

6164
### Changed
6265

semconv/v1.37.0/MIGRATION.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- Generated. DO NOT MODIFY. -->
2+
# Migration from v1.36.0 to v1.37.0
3+
4+
The `go.opentelemetry.io/otel/semconv/v1.37.0` package should be a drop-in replacement for `go.opentelemetry.io/otel/semconv/v1.36.0` with the following exceptions.
5+
6+
## Removed
7+
8+
The following declarations have been removed.
9+
Refer to the [OpenTelemetry Semantic Conventions documentation] for deprecation instructions.
10+
11+
If the type is not listed in the documentation as deprecated, it has been removed in this version due to lack of applicability or use.
12+
If you use any of these non-deprecated declarations in your Go application, please [open an issue] describing your use-case.
13+
14+
- `ContainerRuntime`
15+
- `ContainerRuntimeKey`
16+
- `GenAIOpenAIRequestServiceTierAuto`
17+
- `GenAIOpenAIRequestServiceTierDefault`
18+
- `GenAIOpenAIRequestServiceTierKey`
19+
- `GenAIOpenAIResponseServiceTier`
20+
- `GenAIOpenAIResponseServiceTierKey`
21+
- `GenAIOpenAIResponseSystemFingerprint`
22+
- `GenAIOpenAIResponseSystemFingerprintKey`
23+
- `GenAISystemAWSBedrock`
24+
- `GenAISystemAnthropic`
25+
- `GenAISystemAzureAIInference`
26+
- `GenAISystemAzureAIOpenAI`
27+
- `GenAISystemCohere`
28+
- `GenAISystemDeepseek`
29+
- `GenAISystemGCPGemini`
30+
- `GenAISystemGCPGenAI`
31+
- `GenAISystemGCPVertexAI`
32+
- `GenAISystemGroq`
33+
- `GenAISystemIBMWatsonxAI`
34+
- `GenAISystemKey`
35+
- `GenAISystemMistralAI`
36+
- `GenAISystemOpenAI`
37+
- `GenAISystemPerplexity`
38+
- `GenAISystemXai`
39+
40+
[OpenTelemetry Semantic Conventions documentation]: https://github.com/open-telemetry/semantic-conventions
41+
[open an issue]: https://github.com/open-telemetry/opentelemetry-go/issues/new?template=Blank+issue

semconv/v1.37.0/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Semconv v1.37.0
2+
3+
[![PkgGoDev](https://pkg.go.dev/badge/go.opentelemetry.io/otel/semconv/v1.37.0)](https://pkg.go.dev/go.opentelemetry.io/otel/semconv/v1.37.0)

0 commit comments

Comments
 (0)