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
* update changelog and versions for 1.6.2 release
Signed-off-by: Anthony J Mirabella <[email protected]>
* Prepare stable-v1 for version v1.6.2
Signed-off-by: Anthony J Mirabella <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
14
14
- The `Meter` function is added back to the `go.opentelemetry.io/otel/metric/global` package.
15
15
This function is a convenience function equivalent to calling `global.MeterProvider().Meter(...)`. (#2750)
16
16
17
+
### Removed
18
+
19
+
- Removed module the `go.opentelemetry.io/otel/sdk/export/metric`.
20
+
Use the `go.opentelemetry.io/otel/sdk/metric` module instead. (#2720)
21
+
22
+
## [1.6.2] - 2022-04-06
23
+
17
24
### Changed
18
25
19
26
- Don't panic anymore when setting a global (Tracer|Meter)Provider or TextMapPropagator to itself. (#2749)
@@ -22,11 +29,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
22
29
- Upgrade `go.opentelemetry.io/proto/otlp` in `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from `v0.12.1` to `v0.15.0`.
23
30
This replaces the use of the now deprecated `InstrumentationLibrary` and `InstrumentationLibrarySpans` types and fields in the proto library with the equivalent `InstrumentationScope` and `ScopeSpans`. (#2748)
24
31
25
-
### Removed
26
-
27
-
- Removed module the `go.opentelemetry.io/otel/sdk/export/metric`.
28
-
Use the `go.opentelemetry.io/otel/sdk/metric` module instead. (#2720)
29
-
30
32
## [1.6.1] - 2022-03-28
31
33
32
34
### Fixed
@@ -1799,7 +1801,8 @@ It contains api and sdk for trace and meter.
1799
1801
- CircleCI build CI manifest files.
1800
1802
- CODEOWNERS file to track owners of this project.
0 commit comments