exporterhelper: remove deprecated exporterhelper.RetrySettings and exporterhelper.NewDefaultRetrySettings (#9256)
configopaque: configopaque.String implements fmt.Stringer and fmt.GoStringer, outputting [REDACTED] when formatted with the %s, %q or %#v verbs([#9213](https://github.com/open-telemetry/opentelemetry-collector/issues/9213)) This may break applications that rely on the previous behavior of opaque strings withfmt.Sprintfto e.g. build URLs or headers. Explicitly cast the opaque string to a string before using it infmt.Sprintf` to restore the previous behavior.
π New components π
extension/memory_limiter: Introduce a memory_limiter extension which receivers can use to reject incoming requests when collector doesn't have enough memory (#8632)
The extension has the same configuration interface and behavior as the existing memory_limiter processor, which potentially can be deprecated and removed in the future
π‘ Enhancements π‘
configtls: add cipher_suites to configtls. (#8105)
Users can specify a list of cipher suites to pick from. If left blank, a safe default list is used.
service: mark telemetry.useOtelForInternalMetrics as stable (#816)
exporters: Cleanup log messages for export failures (#9219)
Ensure an error message is logged every time and only once when data is dropped/rejected due to export failure.
Update the wording. Specifically, don't use "dropped" term when an error is reported back to the pipeline.
Keep the "dropped" wording for failures happened after the enabled queue.
Properly report any error reported by a queue. For example, a persistent storage error must be reported as a storage error, not as "queue overflow".
π§° Bug fixes π§°
configgrpc: Update dependency to address a potential crash in the grpc instrumentation (#9296)
otlpreceiver: Ensure OTLP receiver handles consume errors correctly (#4335)
Make sure OTLP receiver returns correct status code and follows the receiver contract (gRPC)
zpagesextension: Remove mention of rpcz page from zpages extension (#9328)
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:
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/component from 0.73.0 to 0.95.0.
Release notes
Sourced from go.opentelemetry.io/collector/component's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/collector/component's changelog.
... (truncated)
Commits
51c31dc
[chore] Prepare release v1.2.0/v0.95.0 (#9600)e7770fc
[chore] [exporterhelper] Remove duplicated code between exporter helpers (#9603)0ab8f44
[scraperhelper] Deprecate ScraperControllerSettings, use ControllerConfig ins...a8b00dc
[chore] apply some nits to contract_checker. (#9543)76b017d
[service/telemetry] delete deprecated config types (#9546)59b45a5
[configgrpc] Remove deprecated ServerConfig.ToListener (#9583)7383f15
Update module go.opentelemetry.io/contrib/zpages to v0.48.0 (#9570)939c740
[chore] add@βevan-bradley
as triager (#9585)aa76482
[mdatagen] produce scope name with full url (#9556)1c7cebb
[configopaque] Mark as stable (#9427)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