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

Use auto-instrumentation SDK in global tracing #5920

Merged
merged 11 commits into from
Nov 21, 2024

Commits on Oct 25, 2024

  1. Use auto-instrumentation SDK in global tracing

    When the auto-instrumentation attaches to a process using the global
    TracerProvider, and there has not been a delegate set, create a span
    from the go.opentelemetry.io/auto/sdk package so the OTel Go
    auto-instrumentation can instrument the application by default.
    MrAlias committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4565b0a View commit details
    Browse the repository at this point in the history
  2. Run go mod tidy

    MrAlias committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f8191b8 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    MrAlias committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5eb4966 View commit details
    Browse the repository at this point in the history
  4. Add TestNewSpanType

    MrAlias committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    85a116d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    fb171ae View commit details
    Browse the repository at this point in the history
  2. Update depguard rules

    Do not allow use of auto/sdk outside of global pkg.
    MrAlias committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c39b4c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    6ada125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3788415 View commit details
    Browse the repository at this point in the history
  3. Update use of auto/sdk

    MrAlias committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    816bb50 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    5d5e668 View commit details
    Browse the repository at this point in the history
  2. Update .golangci.yml

    MrAlias authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ffbc715 View commit details
    Browse the repository at this point in the history