Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.9.0-alpha #556

Merged
merged 7 commits into from
Dec 14, 2023
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Dec 12, 2023

Added

  • The CLI flag global-impl is added.
    This flag, when used, enables the instrumentation of the OpenTelemetry default global implementation (https://pkg.go.dev/go.opentelemetry.io/otel).
    This means that all trace telemetry from this implementation that would normally be dropped will instead be recorded with the auto-instrumentation pipeline. ([Manual instrumentation support - Phase 1 #523]Manual instrumentation support - Phase 1 #523)
  • Add WithResourceAttributes InstrumentationOption to configure Instrumentation to add additional resource attributes. (#522)
  • Support versions v0.18.0 and v0.19.0 of golang.org/x/net. (#524)
  • Add the status code to HTTP client instrumentation. (#527)
  • Support versions v1.20.12, v1.21.4, and v1.21.5 of Go standard library. (#535)
  • Support version v1.60.0 of google.golang.org/grpc. (#555)

Changed

Fixed

  • Support commit hash version for dependencies.
    If a dependency falls within a known version range used by instrumentation, and its offset structure has not changed, instrumentation will default to the known offset value instead of failing to run. (#503)

@MrAlias

This comment was marked as resolved.

@MrAlias

This comment was marked as resolved.

@MrAlias MrAlias marked this pull request as ready for review December 13, 2023 22:32
@MrAlias MrAlias requested a review from a team December 13, 2023 22:32
CHANGELOG.md Outdated Show resolved Hide resolved
@MrAlias MrAlias merged commit d25d8d4 into open-telemetry:main Dec 14, 2023
15 of 16 checks passed
@MrAlias MrAlias deleted the release-v0.9.0-alpha branch December 14, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants