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

feat: auto extract trace and span info from context #25

Merged
merged 3 commits into from
Nov 4, 2024

Commits on Oct 4, 2024

  1. feat: auto extract trace and span info from context

    Now when using WithContext the OpenTelemetry TraceID and SpanID will be
    automatically extracted and save in trace and span properties.
    This commit also fixes tests for working in forks (with different repo
    owner name).
    morigs committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    50de212 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. chore(deps):

    - downgrading otel to 1.29 to keep the backward compatibility with go 1.21
    - upgrading some deps
    - removing golang.org/x/exp
    samber committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a894496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8356de7 View commit details
    Browse the repository at this point in the history