Skip to content

Commit c584270

Browse files
committed
Generate semconv/v1.36.0
1 parent 77f381d commit c584270

File tree

27 files changed

+36406
-0
lines changed

27 files changed

+36406
-0
lines changed

semconv/v1.36.0/MIGRATION.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- Generated. DO NOT MODIFY. -->
2+
# Migration from v1.34.0 to v1.36.0
3+
4+
The `go.opentelemetry.io/otel/semconv/v1.36.0` package should be a drop-in replacement for `go.opentelemetry.io/otel/semconv/v1.34.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+
- `AzNamespace`
15+
- `AzNamespaceKey`
16+
- `AzServiceRequestID`
17+
- `AzServiceRequestIDKey`
18+
19+
[OpenTelemetry Semantic Conventions documentation]: https://github.com/open-telemetry/semantic-conventions
20+
[open an issue]: https://github.com/open-telemetry/opentelemetry-go/issues/new?template=Blank+issue

semconv/v1.36.0/README.md

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

semconv/v1.36.0/attribute_group.go

Lines changed: 14485 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

semconv/v1.36.0/azureconv/metric.go

Lines changed: 287 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)