Use immutable slices for primitive types slices to restrict mutations. (#5299)
Value.NewValueMBytes func is deprecated in favor of Value.NewValueBytes func that takes
ImmutableByteSlice instead of []byte
Value.SetMBytesVal func is deprecated in favor of Value.SetBytesVal func that takes
pcommon.ImmutableByteSlice instead of []byte.
Value.BytesVal func is deprecated in favor of Value.BytesVal func that returns pcommon.ImmutableByteSlice
instead of []byte.
<HistogramDataPoint|Buckets>.SetMBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.SetBucketCounts funcs that take pcommon.ImmutableUInt64Slice instead of []uint64.
<HistogramDataPoint|Buckets>.MBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.BucketCounts funcs that return pcommon.ImmutableUInt64Slice instead of []uint64.
HistogramDataPoint.SetMExplicitBounds func is deprecated in favor of HistogramDataPoint.SetExplicitBounds func
that takes pcommon.ImmutableFloat64Slice instead of []float64.
HistogramDataPoint.MExplicitBounds func func is deprecated in favor of HistogramDataPoint.ExplicitBounds
returns pcommon.ImmutableFloat64Slice instead of []float64.
π‘ Enhancements π‘
Use OpenCensus metric package for process metrics instead of stats package (#5486)
Refactor pipelines builder, fix some issues (#5512)
Unconfigured receivers are not identified, this was not a real problem in final binaries since the validation of the config catch this.
Allow configurations to contain "unused" receivers. Receivers that are configured but not used in any pipeline, this was possible already for exporters and processors.
Remove the enforcement/check that Receiver factories create the same instance for the same config.
Use immutable slices for primitive types slices to restrict mutations. (#5299)
Value.NewValueMBytes func is deprecated in favor of Value.NewValueBytes func that takes
ImmutableByteSlice instead of []byte
Value.SetMBytesVal func is deprecated in favor of Value.SetBytesVal func that takes
pcommon.ImmutableByteSlice instead of []byte.
Value.BytesVal func is deprecated in favor of Value.BytesVal func that returns pcommon.ImmutableByteSlice
instead of []byte.
<HistogramDataPoint|Buckets>.SetMBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.SetBucketCounts funcs that take pcommon.ImmutableUInt64Slice instead of []uint64.
<HistogramDataPoint|Buckets>.MBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.BucketCounts funcs that return pcommon.ImmutableUInt64Slice instead of []uint64.
HistogramDataPoint.SetMExplicitBounds func is deprecated in favor of HistogramDataPoint.SetExplicitBounds func
that takes pcommon.ImmutableFloat64Slice instead of []float64.
HistogramDataPoint.MExplicitBounds func func is deprecated in favor of HistogramDataPoint.ExplicitBounds
returns pcommon.ImmutableFloat64Slice instead of []float64.
π‘ Enhancements π‘
Deprecate HTTPClientSettings.ToClient in favor of HTTPClientSettings.ToClientWithHost (#5584)
Use OpenCensus metric package for process metrics instead of stats package (#5486)
Refactor pipelines builder, fix some issues (#5512)
Unconfigured receivers are not identified, this was not a real problem in final binaries since the validation of the config catch this.
Allow configurations to contain "unused" receivers. Receivers that are configured but not used in any pipeline, this was possible already for exporters and processors.
Remove the enforcement/check that Receiver factories create the same instance for the same config.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps go.opentelemetry.io/collector from 0.50.0 to 0.54.0.
Release notes
Sourced from go.opentelemetry.io/collector's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/collector's changelog.
... (truncated)
Commits
b094dbd
Release Prep v0.54.0 (#5576)a3b0b29
Update readme.md (#5574)388c117
nit: simplify TraceProvider initialization in one step (#5570)408f1e9
Bump github.com/stretchr/testify/tags to latest (#5561)b05c0f3
Refactor pipelines builder, fix some issues (#5512)31b2f5c
Move internal/otlptext to exporter/loggingexporter/internal, only usage (#5483)2a5e359
chore: remove double space (#5560)92de1c8
Bump github.com/knadh/koanf from 1.4.1 to 1.4.2 (#5557)35b844e
Add tests for the new pipelines builder (#5544)e734550
Bump github.com/knadh/koanf from 1.4.1 to 1.4.2 in /cmd/builder (#5555)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)