-
Notifications
You must be signed in to change notification settings - Fork 536
Comparing changes
Open a pull request
base repository: DataDog/dd-trace-go
base: v1.9.0
head repository: DataDog/dd-trace-go
compare: v1.10.0
- 11 commits
- 1,236 files changed
- 6 contributors
Commits on Jan 28, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 61d8c99 - Browse repository at this point
Copy the full SHA 61d8c99View commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for af959d6 - Browse repository at this point
Copy the full SHA af959d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216fadd - Browse repository at this point
Copy the full SHA 216faddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6bb60 - Browse repository at this point
Copy the full SHA 8e6bb60View commit details -
Merge pull request #392 from DataDog/willgittoes-dd/span-id-option
ddtrace: add option to force SpanID
Configuration menu - View commit details
-
Copy full SHA for 76f75b4 - Browse repository at this point
Copy the full SHA 76f75b4View commit details
Commits on Feb 6, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3fbfdc7 - Browse repository at this point
Copy the full SHA 3fbfdc7View commit details
Commits on Feb 19, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 94a3c9f - Browse repository at this point
Copy the full SHA 94a3c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 674a615 - Browse repository at this point
Copy the full SHA 674a615View commit details
Commits on Feb 25, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8ff769d - Browse repository at this point
Copy the full SHA 8ff769dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f67828a - Browse repository at this point
Copy the full SHA f67828aView commit details
Commits on Feb 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fd9dc14 - Browse repository at this point
Copy the full SHA fd9dc14View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.0...v1.10.0