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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
12
12
13
13
- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068)
14
14
15
+
### Changed
16
+
17
+
-`samplers/jaegerremote`: change to use protobuf parser instead of encoding/json to accept enums as strings. (#3183)
18
+
15
19
## [1.14.0/0.39.0/0.8.0] - 2023-02-07
16
20
17
21
### Changed
18
22
19
23
- Change `runtime.uptime` instrument in `go.opentelemetry.io/contrib/instrumentation/runtime` from `Int64ObservableUpDownCounter` to `Int64ObservableCounter`,
20
24
since the value is monotonic. (#3347)
25
+
-`samplers/jaegerremote`: change to use protobuf parser instead of encoding/json to accept enums as strings. (#3183)
0 commit comments