fix(deps): update module go.opentelemetry.io/collector/pdata to v1.20.0 #15002
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:
v1.19.0
->v1.20.0
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/pdata)
v1.20.0
💡 Enhancements 💡
cmd/builder
: Allow for replacing of local Providers and Converters when building custom collector with ocb. (#11649)Use the property
path
undergomod
to replace an go module with a local folder inbuilder-config.yaml. Ex:
providers:
- gomod: module.url/my/custom/provider v1.2.3
path: /path/to/local/provider
cmd/builder
: Allow configuringconfmap.Converter
components in ocb. (#11582)If no converters are specified, there will be no converters added.
Currently, the only published converter is
expandconverter
which isdeprecated as of v0.107.0, but can still be added for testing purposes.
To configure a custom converter, make sure your converter implements the converter
interface and is published as a go module (or replaced locally if not published).
You may then use the
converters
key in your OCB build manifest with a list ofGo modules (and replaces as necessary) to include your converter.
Please note that converters are order-dependent. The confmap will apply converters
in order of which they are listed in your manifest if there is more than one.
all
: shorten time period before removing an unmaintained component from 6 months to 3 months (#11664)🧰 Bug fixes 🧰
all
: Updates dialer timeout section documentation in confignet README (#11685)scraperhelper
: If the scraper shuts down, do not scrape first. (#11632)When the scraper is shutting down, it currently will scrape at least once.
With this change, upon receiving a shutdown order, the receiver's scraperhelper will exit immediately.
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.