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 mod versions
* Add bridge/opentracing/test to versions.yaml
* Prepare stable-v1 for version v1.14.0
* Prepare experimental-metrics for version v0.37.0
* Prepare experimental-schema for version v0.0.4
* Update changelog
- Add `bridgetSpanContext.IsSampled` to `go.opentelemetry.io/otel/bridget/opentracing` to expose whether span is sampled or not. (#3570)
37
+
- A `IsSampled` method is added to the `SpanContext` implementation in `go.opentelemetry.io/otel/bridge/opentracing` to expose the span sampled state.
38
+
See the [README](./bridge/opentracing/README.md) for more information. (#3570)
37
39
- The `WithInstrumentationAttributes` option to `go.opentelemetry.io/otel/metric`. (#3738)
38
40
- The `WithInstrumentationAttributes` option to `go.opentelemetry.io/otel/trace`. (#3739)
39
-
- The following environment variables are supported by the `Reader`s in `go.opentelemetry.io/otel/sdk/metric`. (#3763)
40
-
-`OTEL_METRIC_EXPORT_INTERVAL`
41
-
-`OTEL_METRIC_EXPORT_TIMEOUT`
41
+
- The following environment variables are supported by the periodic `Reader` in `go.opentelemetry.io/otel/sdk/metric`. (#3763)
42
+
-`OTEL_METRIC_EXPORT_INTERVAL` sets the time between collections and exports.
43
+
-`OTEL_METRIC_EXPORT_TIMEOUT` sets the timeout an export is attempted.
42
44
43
45
### Changed
44
46
45
-
-[bridge/ot] Fall-back to TextMap carrier when it's not ot.HttpHeaders. (#3679)
46
-
- The `Collect` method of the `"go.opentelemetry.io/otel/sdk/metric".Reader` interface is updated to accept the `metricdata.ResourceMetrics` value the collection will be made into. This change is made to enable memory reuse by SDK users. (#3732)
47
+
- Fall-back to `TextMapCarrier` when it's not `HttpHeader`s in `go.opentelemetry.io/otel/bridge/opentracing`. (#3679)
48
+
- The `Collect` method of the `"go.opentelemetry.io/otel/sdk/metric".Reader` interface is updated to accept the `metricdata.ResourceMetrics` value the collection will be made into.
49
+
This change is made to enable memory reuse by SDK users. (#3732)
47
50
- The `WithUnit` option in `go.opentelemetry.io/otel/sdk/metric/instrument` is updated to accept a `string` for the unit value. (#3776)
48
51
49
52
### Fixed
@@ -52,9 +55,9 @@ The next release will require at least Go 1.19.
52
55
- Multi-reader `MeterProvider`s now export metrics for all readers, instead of just the first reader. (#3720, #3724)
53
56
- Remove use of deprecated `"math/rand".Seed` in `go.opentelemetry.io/otel/example/prometheus`. (#3733)
54
57
- Do not silently drop unknown schema data with `Parse` in `go.opentelemetry.io/otel/schema/v1.1`. (#3743)
55
-
- Data race issue in OTLP exporter retry mechanism. (#3756)
56
-
-Fixes wrapping a nil error in some cases (#????)
57
-
-Fix incorrect "all" and "resource" definition for Schema File (#3777)
58
+
- Data race issue in OTLP exporter retry mechanism. (#3755, #3756)
59
+
-Wrapping empty errors when exporting in `go.opentelemetry.io/otel/sdk/metric`. (#3698, #3772)
60
+
-Incorrect "all" and "resource" definition for schema files in `go.opentelemetry.io/otel/schema/v1.1`. (#3777)
58
61
59
62
### Deprecated
60
63
@@ -2299,7 +2302,8 @@ It contains api and sdk for trace and meter.
2299
2302
- CircleCI build CI manifest files.
2300
2303
- CODEOWNERS file to track owners of this project.
0 commit comments