chore(deps): update module go.opentelemetry.io/collector/processor/processortest to v0.152.1 - autoclosed #71
Reference in New Issue
Block a user
Delete Branch "renovate/go.opentelemetry.io-collector-processor-processortest-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.152.0→v0.152.1Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/processor/processortest)
v0.152.1: v1.58.0/v0.152.1Compare Source
Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.152.1
End User Changelog
💡 Enhancements 💡
pkg/exporterhelper: Addotelcol_exporter_in_flight_requestsmetric to track the number of export requests currently in-flight per exporter. (#15009)This UpDownCounter increments in startOp and decrements in endOp, allowing operators to monitor
concurrent export activity and detect when an exporter is saturating its worker pool.
🧰 Bug fixes 🧰
pkg/confighttp: Close the original request body after reading block-formatContent-Encoding: snappyrequests. (#15262)pkg/confighttp: Recover from panics in decompression libraries, return HTTP 400 instead of 500. (#13228)pkg/confighttp: Enforcemax_request_body_sizeonContent-Encoding: snappyrequests before the decoded buffer is allocated. (#15252)pkg/otelcol: Stop emitting verbose gRPC transport messages at WARN during normal client disconnect. (#5169)grpc-go gates chatty per-RPC notices (e.g. "HandleStreams failed to read frame:
connection reset by peer") behind
LoggerV2.V(2). zapgrpc.Logger.V conflatesgrpclog verbosity with zap severity, so V(2) returns true whenever WARN is
enabled and these messages emit at WARN. Wrap the installed grpclog.LoggerV2
with a corrected V() that compares against a fixed verbosity threshold,
matching grpclog's intended semantics. See uber-go/zap#1544.
pkg/pdata:pcommon.Value.AsStringno longer HTML-escapes<,>, and&insideValueTypeMapandValueTypeSlicevalues, matching the behavior already used forValueTypeStr. (#14662)pkg/service: Fix Prometheus config defaults mismatch when host is explicitly set in telemetry configuration. (#13867)When users explicitly configured the telemetry metrics section (e.g. to change the host),
the Prometheus exporter boolean fields (WithoutScopeInfo, WithoutUnits, WithoutTypeSuffix)
defaulted to nil/false instead of true, causing metric name format changes compared to the
implicit default configuration. This fix applies the correct defaults during config unmarshaling.
pkg/service: Return noop tracer provider when no trace processors are defined (#15135)API Changelog
🚩 Deprecations 🚩
pkg/xconfmap: Deprecatexconfmap.Validatorandconfmap.Validatein favor ofconfmap.Validatorandconfmap.Validate. (#15142)💡 Enhancements 💡
cmd/mdatagen: Addgo_struct.ignore_defaultflag to suppress default value generation for individual config fields. (#15156)Setting
go_struct.ignore_default: trueon a config field causes mdatagen to omit that field's defaultfrom the generated
createDefaultConfigfunction, emittingnilfor pointer fieldsand
configoptional.Nonefor optional fields.pkg/confmap: Add theconfmap.Validatorinterface andconfmap.Validatefunction for configuration validation. (#15142)Config structs should generally implement the interface to provide validation
of their fields. The
confmap.Validatefunction can be used to validateconfig structs in testing, but is only meant to be called at runtime by the
Collector itself.
🧰 Bug fixes 🧰
pkg/pdata:pcommon.Value.AsStringno longer HTML-escapes<,>, and&insideValueTypeMapandValueTypeSlicevalues, matching the behavior already used forValueTypeStr. (#14662)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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ️ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
go.opentelemetry.io/collector/component/componentstatusv0.152.0->v0.152.1go.opentelemetry.io/collector/consumer/xconsumerv0.152.0->v0.152.1go.opentelemetry.io/collector/internal/componentaliasv0.152.0->v0.152.1go.opentelemetry.io/collector/pdata/pprofilev0.152.0->v0.152.1go.opentelemetry.io/collector/pdata/testdatav0.152.0->v0.152.1go.opentelemetry.io/collector/processor/xprocessorv0.152.0->v0.152.1go.opentelemetry.io/collector/component/componenttestv0.152.0->v0.152.1go.opentelemetry.io/collector/consumer/consumertestv0.152.0->v0.152.1chore(deps): update module go.opentelemetry.io/collector/processor/processortest to v0.152.1to chore(deps): update module go.opentelemetry.io/collector/processor/processortest to v0.152.1 - autoclosedPull request closed