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
-The `WithIDGenerator``TracerProviderOption` is added to the `go.opentelemetry.io/otel/trace` package to configure an `IDGenerator` for the `TracerProvider`. (#1363)
14
16
15
17
### Changed
16
18
19
+
- The Zipkin exporter now uses the Span status code to determine. (#1328)
20
+
-`NewExporter` and `Start` functions in `go.opentelemetry.io/otel/exporters/otlp` now receive `context.Context` as a first parameter. (#1357)
17
21
- Move the OpenCensus example into `example` directory. (#1359)
18
22
- Moved the SDK's `internal.IDGenerator` interface in to the `sdk/trace` package to enable support for externally-defined ID generators. (#1363)
19
-
-`NewExporter` and `Start` functions in `go.opentelemetry.io/otel/exporters/otlp` now receive `context.Context` as a first parameter. (#1357)
20
-
- Zipkin exporter relies on the status code for success rather than body read but still read the response body. (#1328)
23
+
- Bump `github.com/google/go-cmp` from 0.5.3 to 0.5.4 (#1374)
24
+
- Bump `github.com/golangci/golangci-lint` in `/internal/tools` (#1375)
25
+
21
26
22
27
### Fixed
23
28
@@ -975,7 +980,8 @@ It contains api and sdk for trace and meter.
975
980
- CODEOWNERS file to track owners of this project.
0 commit comments