You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump OTel Go version to v0.20.0
* Fix instrumentation
* Fix B3 propagator
Still need tests.
* Fix propagators context SC
* Fix example test in datadog exporter
Signed-off-by: Anthony J Mirabella <[email protected]>
* Set error status in AWS instrumentation when recording an error
Signed-off-by: Anthony J Mirabella <[email protected]>
* Set error status in go-kit instrumentation, test for exception event attributes instead of error
Signed-off-by: Anthony J Mirabella <[email protected]>
* Fix tests for new debug/deferred flag handling in B3 propagator
Signed-off-by: Anthony J Mirabella <[email protected]>
* Remove half-used deferred flag from ot propagator
Signed-off-by: Anthony J Mirabella <[email protected]>
* Separate Jaeger propagator debug flag handling from OTel SpanContext
Signed-off-by: Anthony J Mirabella <[email protected]>
* fixup b3 context handling comments
Signed-off-by: Anthony J Mirabella <[email protected]>
* Fix trace flag type in X-Ray propagator
Signed-off-by: Anthony J Mirabella <[email protected]>
* Remove unused status flags from B3 propagator
Signed-off-by: Anthony J Mirabella <[email protected]>
* Update changelog
Co-authored-by: Anthony J Mirabella <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [0.20.0] - 2021-04-23
12
+
11
13
### Changed
12
14
13
15
- The `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` instrumentation now accepts a `WithCommandAttributeDisabled`,
14
16
so the caller can specify whether to opt-out of tracing the mongo command. (#712)
17
+
- Upgrade to v0.20.0 of `go.opentelemetry.io/otel`. (#758)
18
+
- The B3 and Jaeger propagators now store their debug or deferred state in the context.Context instead of the SpanContext. (#758)
15
19
16
20
## [0.19.0] - 2021-03-19
17
21
@@ -295,7 +299,8 @@ First official tagged release of `contrib` repository.
295
299
- Prefix support for dogstatsd (#34)
296
300
- Update Go Runtime package to use batch observer (#44)
0 commit comments