fix(deps): update module go.opentelemetry.io/collector/component/componenttest to v0.129.0 - autoclosed#50
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: receiver/toggltrackreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/wavinsentioreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/zcsazzurroreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
59cd6d3 to
be7b801
Compare
be7b801 to
671e5ad
Compare
671e5ad to
2cde640
Compare
2cde640 to
175f34b
Compare
175f34b to
b16ad82
Compare
b16ad82 to
74b339a
Compare
74b339a to
240b634
Compare
68fb385 to
240b634
Compare
4c91332 to
7dd906b
Compare
a9ab345 to
7dd906b
Compare
…onenttest to v0.129.0
7dd906b to
936f38d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.128.0->v0.129.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component/componenttest)
v0.129.0Compare Source
🛑 Breaking changes 🛑
exporterhelper: Remove deprecated sending_queue::blocking options, use sending_queue::block_on_overflow. (#13211)💡 Enhancements 💡
mdatagen: Taught mdatagen to print thego liststderr output on failures, and to rungo listwhere the metadata file is. (#13205)service: Support settingsamplerandlimitsunderservice::telemetry::traces(#13201)This allows users to enable sampling and set span limits on internal Collector traces using the
OpenTelemetry SDK declarative configuration.
pdata/pprofile: Add new helper methodsFromLocationIndicesandPutLocationto read and modify the content of locations. (#13150)exporterhelper: Preserve request span context and client information in the persistent queue. (#11740, #13220, #13232)It allows internal collector spans and client information to propagate through the persistent queue used by
the exporters. The same way as it's done for the in-memory queue.
Currently, it is behind the exporter.PersistRequestContext feature gate, which can be enabled by adding
--feature-gates=exporter.PersistRequestContextto the collector command line. An exporter buffer stored bya previous version of the collector (or by a collector with the feature gate disabled) can be read by a newer
collector with the feature enabled. However, the reverse is not supported: a buffer stored by a newer collector with
the feature enabled cannot be read by an older collector (or by a collector with the feature gate disabled).
🧰 Bug fixes 🧰
pdata: Fix copying of optional fields when the source is unset. (#13268)service: Only allocate one set of internal log sampling counters (#13014)The case where logs are only exported to stdout was fixed in v0.126.0;
this new fix also covers the case where logs are exported through OTLP.
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 was generated by Mend Renovate. View the repository job log.