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
* Fix module name error for otellambda/example
* Upgrade go.opentelemetry.io/otel* v1.0.1 -> v1.1.0
* Bump versions.yaml for all modsets
* Prepare stable-v1 for version v1.1.0
* Fix replace statements for otellambda/example
* Prepare experimental-instrumentation for version v0.26.0
* Prepare experimental-metrics for version v0.26.0
* Update datadog exporter example test
* Update CHANGELOG
* Update CHANGELOG.md
- The `go.opentelemetry.io/contrib/propagators/ot` propagator returns the words `true` or `false` for the `ot-tracer-sampled` header instead of numerical `0` and `1`. (#1358)
18
25
19
26
## [1.0.0/0.25.0] - 2021-10-06
20
27
21
28
- Resource detectors and propagators (with the exception of `go.
22
-
opentelemetry.io/contrib/propagators/opencensus`) are now stable and
29
+
opentelemetry.io/contrib/propagators/opencensus`) are now stable and
23
30
released at v1.0.0.
24
31
- Update dependency on the `go.opentelemetry.io/otel` project to `v1.0.1`.
25
32
- Update dependency on `go.opentelemetry.io/otel/metric` to `v0.24.0`.
26
33
27
-
28
34
## [0.24.0] - 2021-09-21
29
35
30
36
- Update dependency on the `go.opentelemetry.io/otel` project to `v1.0.0`.
@@ -83,7 +89,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
83
89
84
90
### Changed
85
91
86
-
- The `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` instrumentation now accepts a `WithCommandAttributeDisabled`,
92
+
- The `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` instrumentation now accepts a `WithCommandAttributeDisabled`,
87
93
so the caller can specify whether to opt-out of tracing the mongo command. (#712)
88
94
- Upgrade to v0.20.0 of `go.opentelemetry.io/otel`. (#758)
89
95
- The B3 and Jaeger propagators now store their debug or deferred state in the context.Context instead of the SpanContext. (#758)
@@ -192,10 +198,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
192
198
193
199
## [0.12.0] - 2020-09-25
194
200
195
-
### Changed
196
-
197
-
- Replace `WithTracer` with `WithTracerProvider` in the `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` instrumentation. (#374)
198
-
199
201
### Added
200
202
201
203
- Benchmark tests for the gRPC instrumentation. (#296)
@@ -226,6 +228,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Rename `OTelBeegoHandler` to `Handler` in the `go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego` package. (#359)
231
+
- Replace `WithTracer` with `WithTracerProvider` in the `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` instrumentation. (#374)
229
232
230
233
## [0.11.0] - 2020-08-25
231
234
@@ -371,7 +374,9 @@ First official tagged release of `contrib` repository.
371
374
- Prefix support for dogstatsd (#34)
372
375
- Update Go Runtime package to use batch observer (#44)
0 commit comments