Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release includes the first
v1
stable release of thego.opentelemetry.io/auto/sdk
module.Changed
Instrumentation.Run
toInstrumentation.Load
andInstrumentation.Run
.Load
will report any errors in the loading and attaching phase of the probes. (#1245)Added
server.address
andserver.port
in gRPC spans (>=v1.60.0). (#1242)google.golang.org/grpc
1.68.0
. (#1251)golang.org/x/net
0.31.0
. (#1254)go.opentelemetry.io/[email protected]
. (#1302)Fixed
db.query.text
attribute indatabase/sql
if the query string is empty or not collected. (#1246)ConfigProvider
which doesn't provide a sampling config in the initial configuration by applying the default sampler. (#1292)Removed
go.opentelemetry.io/auto/sdk/telemetry
package is removed. (#1252)go.opentelemetry.io/auto/sdk/telemetry/test
module is removed. (#1252)WithLoadedIndicator
InstrumentationOption
since theInstrumentation.Load
will indicate whether the probes are loaded in a synchronous way. (#1245)