You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable auto/sdk for the OTel global probe
Set the auto/sdk flag in the global API to true when newSpan is called.
* Update the otelglobal e2e test
Verify the auto/sdk probe is being used.
* Add a changelog entry
* Unload the newSpan probe after first call
* Update internal/pkg/instrumentation/bpf/go.opentelemetry.io/otel/traceglobal/probe.go
* Add package constraints to otelglobal uprobes
* Remove converter.uprobeNewStartMu
* Test SpanFromContext is also supported
The span embedded within a context will be from `auto/sdk`. This means
that #974 is resolved by this change.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
11
11
### Added
12
12
- Update `httpPlusdb` demo with adding `OTEL_GO_AUTO_PARSE_DB_STATEMENT` env variable ([#1523](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1523))
13
13
- Support `SELECT`, `INSERT`, `UPDATE`, and `DELETE` for database span names and `db.operation.name` attribute. ([#1253](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1253))
14
+
- Support the full tracing API with the `otelglobal` probe. ([#1405](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1405))
14
15
- Support `go.opentelemetry.io/[email protected]`. ([#1417](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1417))
15
16
- Support `google.golang.org/grpc``1.69.0`. ([#1417](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1417))
16
17
- Update `google.golang.org/grpc` probe to work with versions `>= 1.69.0`. ([#1431](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1431))
0 commit comments