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 <a9@aneurysm9.com>
* Set error status in AWS instrumentation when recording an error
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Set error status in go-kit instrumentation, test for exception event attributes instead of error
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Fix tests for new debug/deferred flag handling in B3 propagator
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Remove half-used deferred flag from ot propagator
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Separate Jaeger propagator debug flag handling from OTel SpanContext
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* fixup b3 context handling comments
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Fix trace flag type in X-Ray propagator
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Remove unused status flags from B3 propagator
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Update changelog
Co-authored-by: Anthony J Mirabella <a9@aneurysm9.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
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