configcompressions: Deprecate IsCompressed. Use CompressionType.IsCompressed instead instead. (#9435)
configcompression: Deprecate CompressionType, use Type instead. (#9416)
confighttp: Deprecate CORSSettings, use CORSConfig instead (#6767)
configgrpc: Deprecate ToListener function in favor of ToListenerContext (#9389)
configgrpc: Deprecate GRPCServerSettings, use ServerConfig instead (#6767)
confighttp: Deprecate HTTPClientSettings, use ClientConfig instead (#6767)
confighttp: Deprecate HTTPServerSettings, use ServerConfig instead (#6767)
confmap/provider: Deprecate .New in favor of .NewWithSettings for all core providers (#5615, #9162)
NewWithSettings now takes an empty confmap.ProviderSettings struct. This will be used to pass a logger in the future.
π‘ Enhancements π‘
exporter/exporterhelper: Add API for enabling queue in the new exporter helpers. (#7874)
The following experimental API is introduced in exporter package:
exporterhelper.WithRequestQueue: a new exporter helper option for using a queue.
exporterqueue.Queue: an interface for queue implementations.
exporterqueue.Factory: a queue factory interface, implementations of this interface are intended to be used with WithRequestQueue option.
exporterqueue.Settings: queue factory settings.
exporterqueue.Config: common configuration for queue implementations.
exporterqueue.NewDefaultConfig: a function for creating a default queue configuration.
exporterqueue.NewMemoryQueueFactory: a new factory for creating a memory queue.
`exporterqueue.NewPersistentQueueFactory: a factory for creating a persistent queue.
featuregate: Add the featuregate.ErrAlreadyRegistered error, which is returned by featuregate.Registry's Register when adding a feature gate that is already registered. (#8622)
Use errors.Is to check for this error.
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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/pdata from 1.0.0-rc7 to 1.1.0.
Changelog
Sourced from go.opentelemetry.io/collector/pdata's changelog.
... (truncated)
Commits
ca0eab2
[chore] Prepare release v1.1.0/v0.94.0 (#9501)d12e5bc
Update module go.opentelemetry.io/contrib/config to v0.3.0 (#9496)f1a574a
Update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp t...0ba282a
Add support ofHost
header (#9411)c1cb275
[builder] Close files immediately after writing is complete (#9466)9caec6c
Update opentelemetry-go monorepo (#9486)5c2fc22
Update module github.com/knadh/koanf/v2 to v2.0.2 (#9469)52c914d
Treat PartialSuccess as Success (#9260)db29b39
Update module github.com/shirou/gopsutil/v3 to v3.24.1 (#9471)f5a7315
[configcompression] RenameCompressionType
toType
(#9416)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 show