-
Notifications
You must be signed in to change notification settings - Fork 109
fix(deps): update go.opentelemetry.io/collector #1073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(deps): update go.opentelemetry.io/collector #1073
Conversation
beb10d9 to
62ced88
Compare
7f09b5e to
7386e69
Compare
7386e69 to
92cfd05
Compare
ℹ Artifact update noticeFile name: exporter/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/googlemanagedprometheus/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/integrationtest/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/googleclientauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7a4d277 to
872b3bd
Compare
872b3bd to
a906a27
Compare
a906a27 to
a6f5e87
Compare
a22405e to
dfee508
Compare
ℹ️ Artifact update noticeFile name: exporter/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/googlemanagedprometheus/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/integrationtest/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/googleclientauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
dfee508 to
7043c01
Compare
7043c01 to
e1deca0
Compare
e1deca0 to
cdae36b
Compare
This PR contains the following updates:
v1.42.0→v1.49.0v0.136.0→v0.143.0v0.120.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v1.42.0→v1.49.0v1.42.0→v1.49.0v1.42.0→v1.49.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v1.42.0→v1.49.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0v0.136.0→v0.143.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v1.49.0💡 Enhancements 💡
all: Update semconv import to 1.38.0 (#14305)exporter/nop: Add profiles support to nop exporter (#14331)pkg/pdata: Optimize the size and pointer bytes for pdata structs (#14339)pkg/pdata: Avoid using interfaces/oneof like style for optional fields (#14333)v1.48.0💡 Enhancements 💡
exporter/debug: Add logging of dropped attributes, events, and links counts in detailed verbosity (#14202)extension/memory_limiter: The memorylimiter extension can be used as an HTTP/GRPC middleware. (#14081)pkg/config/configgrpc: Statically validate gRPC endpoint (#10451)This validation was already done in the OTLP exporter. It will now be applied to any gRPC client.
pkg/service: Add support to disabling adding resource attributes as zap fields in internal logging (#13869)Note that this does not affect logs exported through OTLP.
v1.47.0🛑 Breaking changes 🛑
pkg/config/confighttp: Use configoptional.Optional for confighttp.ClientConfig.Cookies field (#14021)💡 Enhancements 💡
pkg/config/confighttp: Settingcompression_algorithmsto an empty list now disables automatic decompression, ignoring Content-Encoding (#14131)pkg/service: Update semantic conventions from internal telemetry to v1.37.0 (#14232)pkg/xscraper: Implement xscraper for Profiles. (#13915)🧰 Bug fixes 🧰
pkg/config/configoptional: Ensure that configoptional.None values resulting from unmarshaling are equivalent to configoptional.Optional zero value. (#14218)v1.46.0💡 Enhancements 💡
cmd/mdatagen:metadata.yamlnow supports an optionalentitiessection to organize resource attributes into logical entities with identity and description attributes (#14051)When entities are defined, mdatagen generates
AssociateWith{EntityType}()methods on ResourceBuilderthat associate resources with entity types using the entity refs API. The entities section is backward
compatible - existing metadata.yaml files without entities continue to work as before.
cmd/mdatagen: Add semconv reference for metrics (#13920)connector/forward: Add support for Profiles to Profiles (#14092)exporter/debug: Disable sending queue by default (#14138)The recently added sending queue configuration in Debug exporter was enabled by default and had a problematic default size of 1.
This change disables the sending queue by default.
Users can enable and configure the sending queue if needed.
pkg/config/configoptional: Markconfigoptional.AddEnabledFieldas beta (#14021)pkg/otelcol: This feature has been improved and tested; secure-by-default redacts configopaque values (#12369)🧰 Bug fixes 🧰
all: Ensure service service.instance.id is the same for all the signals when it is autogenerated. (#14140)v1.45.0🛑 Breaking changes 🛑
cmd/mdatagen: Make stability.level a required field for metrics (#14070)cmd/mdatagen: Replaceoptionalfield withrequirement_levelfield for attributes in metadata schema (#13913)The
optionalboolean field for attributes has been replaced with arequirement_levelfield that accepts enum values:required,conditionally_required,recommended, oropt_in.required: attribute is always included and cannot be excludedconditionally_required: attribute is included by default when certain conditions are met (replacesoptional: true)recommended: attribute is included by default but can be disabled via configuration (replacesoptional: false)opt_in: attribute is not included unless explicitly enabled in user configWhen
requirement_levelis not specified, it defaults torecommended.pdata/pprofile: Remove deprecatedPutAttributehelper method (#14082)pdata/pprofile: Remove deprecatedPutLocationhelper method (#14082)💡 Enhancements 💡
all: Add FIPS and non-FIPS implementations for allowed TLS curves (#13990)cmd/builder: Set CGO_ENABLED=0 by default, add thecgo_enabledconfiguration to enable it. (#10028)pkg/config/configgrpc: Errors of type status.Status returned from an Authenticator extension are being propagated as is to the upstream client. (#14005)pkg/config/configoptional: Adds newconfigoptional.AddEnabledFieldfeature gate that allows users to explicitly disable aconfigoptional.Optionalthrough a newenabledfield. (#14021)pkg/exporterhelper: Replace usage of gogo proto for persistent queue metadata (#14079)pkg/pdata: Remove usage of gogo proto and generate the structs with pdatagen (#14078)🧰 Bug fixes 🧰
exporter/debug: add queue configuration (#14101)v1.44.0🛑 Breaking changes 🛑
all: Remove deprecated typeTracesConfig(#14036)pkg/exporterhelper: Add default values forsending_queue::batchconfiguration. (#13766)Setting
sending_queue::batchto an empty value now results in the same setup as the default batch processor configuration.all: Add unified print-config command with mode support (redacted, unredacted), json support (unstable), and validation support. (#11775)This replaces the
print-initial-configcommand. See theservicepackage README for more details. The original command nameprint-initial-configremains an alias, to be retired with the feature flag.💡 Enhancements 💡
all: Addkeep_alives_enabledoption to ServerConfig to control HTTP keep-alives for all components that create an HTTP server. (#13783)pkg/otelcol: Avoid unnecessary mutex in collector logs, replace by atomic pointer (#14008)cmd/mdatagen: Add lint/ordering validation for metadata.yaml (#13781)pdata/xpdata: Refactor JSON marshaling and unmarshaling to usepcommon.Valueinstead ofAnyValue. (#13837)pkg/exporterhelper: ExposeMergeCtxin exporterhelper's queue batch settings` (#13742)🧰 Bug fixes 🧰
all: Fix zstd decoder data corruption due to decoder pooling for all components that create an HTTP server. (#13954)pkg/otelcol: Remove UB when taking internal logs and move them to the final zapcore.Core (#14009)This can happen because of a race on accessing
logsTaken.pkg/confmap: Fix a potential race condition in confmap by closing the providers first. (#14018)v1.43.0💡 Enhancements 💡
cmd/mdatagen: Improve validation for resource attributeenabledfield in metadata files (#12722)Resource attributes now require an explicit
enabledfield in metadata.yaml files, while regular attributesare prohibited from having this field. This improves validation and prevents configuration errors.
all: Changelog entries will now have their component field checked against a list of valid components. (#13924)This will ensure a more standardized changelog format which makes it easier to parse.
pkg/pdata: Mark featuregate pdata.useCustomProtoEncoding as stable (#13883)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.