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
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees.
23
+
11
24
### Added
12
25
13
26
- Add `WithEndpointURL` option to the `exporters/otlp/otlpmetric/otlpmetricgrpc`, `exporters/otlp/otlpmetric/otlpmetrichttp`, `exporters/otlp/otlptrace/otlptracegrpc` and `exporters/otlp/otlptrace/otlptracehttp` packages. (#4808)
14
27
- Experimental exemplar exporting is added to the metric SDK.
15
28
See [metric documentation](./sdk/metric/EXPERIMENTAL.md#exemplars) for more information about this feature and how to enable it. (#4871)
16
29
-`ErrSchemaURLConflict` is added to `go.opentelemetry.io/otel/sdk/resource`.
17
-
This error is returned when a merge of two `Resource`s with different (non-empty) schema URL is attepted. (#4876)
30
+
This error is returned when a merge of two `Resource`s with different (non-empty) schema URL is attempted. (#4876)
18
31
19
32
### Changed
20
33
@@ -27,7 +40,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
27
40
28
41
- Fix `ContainerID` resource detection on systemd when cgroup path has a colon. (#4449)
29
42
- Fix `go.opentelemetry.io/otel/sdk/metric` to cache instruments to avoid leaking memory when the same instrument is created multiple times. (#4820)
30
-
- Fix missing Mix and Max values for `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` by introducing `MarshalText` and `MarshalJSON` for type`Extrema` in `go.opentelemetry.io/sdk/metric/metricdata`. (#4827)
43
+
- Fix missing `Mix` and `Max` values for `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` by introducing `MarshalText` and `MarshalJSON` for the`Extrema` type in `go.opentelemetry.io/sdk/metric/metricdata`. (#4827)
31
44
32
45
## [1.23.0-rc.1] 2024-01-18
33
46
@@ -2810,7 +2823,8 @@ It contains api and sdk for trace and meter.
2810
2823
- CircleCI build CI manifest files.
2811
2824
- CODEOWNERS file to track owners of this project.
0 commit comments