Skip to content

Commit c0aa7c9

Browse files
internal/shared/semconv: Reduce allocations (#8511)
1 parent e81a2b4 commit c0aa7c9

15 files changed

Lines changed: 218 additions & 182 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ The next release will require at least [Go 1.25].
3737

3838
### Changed
3939

40+
- Reduce allocations in the generated HTTP `internal/semconv` packages. (#8511)
41+
Updated modules include:
42+
- `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful`
43+
- `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`
44+
- `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`
45+
- `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`
46+
- `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace`
47+
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
4048
- Updated the configuration schema used in `go.opentelemetry.io/contrib/otelconf` to [rc.3](https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.3). (#8505)
4149

4250
### Deprecated

instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/client.go

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

instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/server.go

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

instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/client.go

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

instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/server.go

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

instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/client.go

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

instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/server.go

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

0 commit comments

Comments
 (0)