|
| 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 |
0 commit comments