-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support template paths as part of span names for go versions >= 1.22 (#…
…740) * Support template paths as part of span names for go versions >= 1.22 * Add http.route if a path template is available. Update nethttp e2e test * Update databasesql test results * update offsets * Changelog * code review fix * update offsets * Update offsets * update verify.bats * Fix copyright comment * update offsets * update test files for nethttp * fix changelog
- Loading branch information
Showing
14 changed files
with
599 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http | |
|
||
- kafka-go instrumentation ([#709](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/709)) | ||
- Support `go.opentelemetry.io/[email protected]`. ([#796](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/796)) | ||
- Support HTTP server path template added in Go version 1.22. | ||
The `http.route` attribute is included and the span name updated to use this information. ([#740](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/740)) | ||
|
||
### Fixed | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.