Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/dd-trace-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: DataDog/dd-trace-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 11 commits
  • 1,236 files changed
  • 6 contributors

Commits on Jan 28, 2019

  1. contrib/go-redis/redis: fix context race in client (#388)

    This change fixes a race condition occurring when querying a client in
    parallel with changing its context.
    gbbr authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    61d8c99 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    af959d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216fadd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e6bb60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #392 from DataDog/willgittoes-dd/span-id-option

    ddtrace: add option to force SpanID
    willgittoes-dd authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    76f75b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. ddtrace/tracer: WithError is no-op with nil err (#394)

    To create a bound contract add mention that when nil error is passed it has no effect on trace.
    rkuska authored and gbbr committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    3fbfdc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. contrib/google.golang.org/grpc: fix adding errors to spans and traces (

    …#396)
    
    - Put finishWithError calls inside clojure functions because the deferred
    function's arguments are evaluated when the defer statement is
    evaluated. More at https://golang.org/doc/effective_go.html#defer
    Before this commit, `finishWithError` deferred with nil error and
    any other changes of the initial value were not added to span. This bug
    affects only grpc streaming.
    - Clean tagCode in case that error was disregarded.
    - Add tests for checking if span contains error.
    mrVanboy authored and gbbr committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    94a3c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674a615 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. contrib/mongodb/mongo-go-driver: vendor v0.2.0 of mongodb (#402)

    This change vendors mongo v0.2.0 inside the integration to protect
    against the continuous breaking changes occurring in the library.
    gbbr authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    8ff769d View commit details
    Browse the repository at this point in the history
  2. ddtrace/tracer: add origin to span context (#401)

    This change adds the `_dd.origin` tag to local-level root spans that have a remote parent which propagated the `x-datadog-origin` header. Currently it is mainly used by the Synthetics product.
    gbbr authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    f67828a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. ddtrace/tracer: bump version

    gbbr committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    fd9dc14 View commit details
    Browse the repository at this point in the history
Loading