Bump go.opentelemetry.io/collector/pdata from 0.56.0 to 0.57.2 in /pkg/otlp/model
Bumps go.opentelemetry.io/collector/pdata from 0.56.0 to 0.57.2.
Release notes
Sourced from go.opentelemetry.io/collector/pdata's releases.
v0.57.2
Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.57.2
🛑 Breaking changes 🛑
- Remove deprecated funcs/types from service related to
Config(#5755)- Change
confighttp.ToClientto accept acomponent.Host(#5737)- Remove deprecated funcs from pdata related to mutable slices (#5754)
- Change the following deprecated component functions to ensure a stability level is set:
component.WithTracesExportercomponent.WithMetricsExportercomponent.WithLogsExportercomponent.WithTracesReceivercomponent.WithMetricsReceivercomponent.WithLogsReceivercomponent.WithTracesProcessorcomponent.WithMetricsProcessorcomponent.WithLogsProcessor🚩 Deprecations 🚩
- Deprecated the current Flag API. The new API provides functions to check and set Flags (#5790) (#5602):
NumberDataPoint.Flags->NumberDataPoint.FlagsStructNumberDataPoint.SetFlags->NumberDataPoint.FlagsStructHistogramDataPoint.Flags->HistogramDataPoint.FlagsStructHistogramDataPoint.SetFlags->HistogramDataPoint.FlagsStructExponentialHistogramDataPoint.Flags->ExponentialHistogramDataPoint.FlagsStructExponentialHistogramDataPoint.SetFlags->ExponentialHistogramDataPoint.FlagsStructSummaryDataPoint.Flags->SummaryDataPoint.FlagsStructSummaryDataPoint.SetFlags->SummaryDataPoint.FlagsStructMetricDataPointFlags->MetricDataPointFlagsStructNewMetricDataPointFlags->NewMetricDataPointFlagsStructMetricDataPointFlagsNone->MetricDataPointFlagsStruct.NoRecordedValueMetricDataPointFlagNoRecordedValue->MetricDataPointFlagsStruct.NoRecordedValueMetricDataPointFlag- Deprecate the following component functions added to ensure a stability level is set:
component.WithTracesExporterAndStabilityLevel->component.WithTracesExportercomponent.WithMetricsExporterAndStabilityLevel->component.WithMetricsExportercomponent.WithLogsExporterAndStabilityLevel->component.WithLogsExportercomponent.WithTracesReceiverAndStabilityLevel->component.WithTracesReceivercomponent.WithMetricsReceiverAndStabilityLevel->component.WithMetricsReceivercomponent.WithLogsReceiverAndStabilityLevel->component.WithLogsReceivercomponent.WithTracesProcessorAndStabilityLevel->component.WithTracesProcessorcomponent.WithMetricsProcessorAndStabilityLevel->component.WithMetricsProcessorcomponent.WithLogsProcessorAndStabilityLevel->component.WithLogsProcessor💡 Enhancements 💡
... (truncated)
Changelog
Sourced from go.opentelemetry.io/collector/pdata's changelog.
v0.57.2 Beta
See the changelog for v0.57.0.
v0.57.1 Beta
This was a failed release.
v0.57.0 Beta
There isn't a valid core binary for this release. Use v0.57.2 instead.
🛑 Breaking changes 🛑
- Remove deprecated funcs/types from service related to
Config(#5755)- Change
confighttp.ToClientto accept acomponent.Host(#5737)- Remove deprecated funcs from pdata related to mutable slices (#5754)
- Change the following deprecated component functions to ensure a stability level is set:
component.WithTracesExportercomponent.WithMetricsExportercomponent.WithLogsExportercomponent.WithTracesReceivercomponent.WithMetricsReceivercomponent.WithLogsReceivercomponent.WithTracesProcessorcomponent.WithMetricsProcessorcomponent.WithLogsProcessor🚩 Deprecations 🚩
- Deprecated the current Flag API. The new API provides functions to check and set Flags (#5790) (#5602):
NumberDataPoint.Flags->NumberDataPoint.FlagsStructNumberDataPoint.SetFlags->NumberDataPoint.FlagsStructHistogramDataPoint.Flags->HistogramDataPoint.FlagsStructHistogramDataPoint.SetFlags->HistogramDataPoint.FlagsStructExponentialHistogramDataPoint.Flags->ExponentialHistogramDataPoint.FlagsStructExponentialHistogramDataPoint.SetFlags->ExponentialHistogramDataPoint.FlagsStructSummaryDataPoint.Flags->SummaryDataPoint.FlagsStructSummaryDataPoint.SetFlags->SummaryDataPoint.FlagsStructMetricDataPointFlags->MetricDataPointFlagsStructNewMetricDataPointFlags->NewMetricDataPointFlagsStructMetricDataPointFlagsNone->MetricDataPointFlagsStruct.NoRecordedValueMetricDataPointFlagNoRecordedValue->MetricDataPointFlagsStruct.NoRecordedValueMetricDataPointFlag- Deprecate the following component functions added to ensure a stability level is set:
component.WithTracesExporterAndStabilityLevel->component.WithTracesExportercomponent.WithMetricsExporterAndStabilityLevel->component.WithMetricsExportercomponent.WithLogsExporterAndStabilityLevel->component.WithLogsExportercomponent.WithTracesReceiverAndStabilityLevel->component.WithTracesReceivercomponent.WithMetricsReceiverAndStabilityLevel->component.WithMetricsReceiver
... (truncated)
Commits
ca8c4dfPrepare for v0.57.2 (#5808)9a5a657[chore] prepare release 0.57.0 (#5800)a585d0dRevert "Restore deprecated funcs still in use in third-party dependencies (#5...27fdc2e[pdata] Deprecate Flags and SetFlags (#5790)6b847a1Add a new label Skip Contrib Tests that skips contrib tests requirement (#5787)7c2abd7Remove unused code in pdata generator (#5789)eb47b38Restore deprecated funcs still in use in third-party dependencies (#5786)468a12a[exporterhelper] Make the in-memory and persistent queues more consistent (#5...3f88c04Update flags API (#5602)8a676effix: typo (#5779)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
A newer version of go.opentelemetry.io/collector/pdata exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.