Skip to content

Commit 052a21f

Browse files
authored
[chore] Remove link from deprecated/removed component ballastextension from CHANGELOG (#11102)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 47b0203 commit 052a21f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ This release includes 2 very important breaking changes.
280280
- Stop doing most kinds of implicit type casting when resolving configuration values
281281
- Use the original string representation of configuration values if the ${} syntax is used in inline position
282282

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)
284284

285285
### 🧰 Bug fixes 🧰
286286

@@ -2205,9 +2205,9 @@ There isn't a valid core binary for this release. Use v0.57.2 instead.
22052205
- Deprecate global flag in `featuregates` (#5060)
22062206
- Deprecate last funcs/structs in componenthelper (#5069)
22072207
- 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`.
22112211
- Deprecating following pdata methods/types following OTLP v0.15.0 upgrade (#5076):
22122212
- InstrumentationLibrary is now InstrumentationScope
22132213
- NewInstrumentationLibrary is now NewInstrumentationScope
@@ -2707,7 +2707,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
27072707

27082708
- Remove Resize() from pdata slice APIs (#3675)
27092709
- 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.
27112711
- Rename `DoubleDataPoint` to `NumberDataPoint` (#3633)
27122712
- Remove `IntHistogram` (#3676)
27132713

0 commit comments

Comments
 (0)