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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ This release includes 2 very important breaking changes.
280
280
- Stop doing most kinds of implicit type casting when resolving configuration values
281
281
- Use the original string representation of configuration values if the ${} syntax is used in inline position
282
282
283
-
-`confighttp`: Use `confighttp.ServerConfig` as part of zpagesextension. See [https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md#server-configuration](server configuration) options. (#9368)
283
+
-`confighttp`: Use `confighttp.ServerConfig` as part of zpagesextension. See [server configuration](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md#server-configuration) options. (#9368)
284
284
285
285
### 🧰 Bug fixes 🧰
286
286
@@ -2205,9 +2205,9 @@ There isn't a valid core binary for this release. Use v0.57.2 instead.
2205
2205
- Deprecate global flag in `featuregates` (#5060)
2206
2206
- Deprecate last funcs/structs in componenthelper (#5069)
2207
2207
- Change structs in otlpgrpc to follow standard go encoding interfaces (#5062)
2208
-
- Deprecate UnmarshalJSON[Traces|Metrics|Logs][Reques|Response] in favor of `UnmarshalJSON`.
2209
-
- Deprecate [Traces|Metrics|Logs][Reques|Response].Marshal in favor of `MarshalProto`.
2210
-
- Deprecate UnmarshalJSON[Traces|Metrics|Logs][Reques|Response] in favor of `UnmarshalProto`.
2208
+
- Deprecate `UnmarshalJSON[Traces|Metrics|Logs][Reques|Response]` in favor of `UnmarshalJSON`.
2209
+
- Deprecate `[Traces|Metrics|Logs][Reques|Response].Marshal` in favor of `MarshalProto`.
2210
+
- Deprecate `UnmarshalJSON[Traces|Metrics|Logs][Reques|Response]` in favor of `UnmarshalProto`.
2211
2211
- Deprecating following pdata methods/types following OTLP v0.15.0 upgrade (#5076):
2212
2212
- InstrumentationLibrary is now InstrumentationScope
2213
2213
- NewInstrumentationLibrary is now NewInstrumentationScope
@@ -2707,7 +2707,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
2707
2707
2708
2708
- Remove Resize() from pdata slice APIs (#3675)
2709
2709
- Remove the ballast allocation when `mem-ballast-size-mib` is set in command line (#3626)
2710
-
- Use [`ballast extension`](./extension/ballastextension/README.md) to set memory ballast instead.
2710
+
- Use `ballast extension` to set memory ballast instead.
2711
2711
- Rename `DoubleDataPoint` to `NumberDataPoint` (#3633)
0 commit comments