Update All go.opentelemetry.io/collector packages #12542
Merged
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.26.0
->v1.27.0
v1.26.0
->v1.27.0
v1.26.0
->v1.27.0
v0.120.0
->v0.121.0
v0.120.0
->v0.121.0
v1.25.0
->v1.27.0
v0.120.0
->v0.121.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/config/configopaque)
v1.27.0
🛑 Breaking changes 🛑
confighttp
: Make the client config optionsmax_idle_conns
,max_idle_conns_per_host
,max_conns_per_host
, andidle_conn_timeout
integers (#9478)All four options can be set to
0
where they were previously set tonull
🚩 Deprecations 🚩
exporterhelper
: Deprecatemin_size_items
andmax_size_items
in favor ofmin_size
andmax_size
. (#12486)💡 Enhancements 💡
mdatagen
: Addconverter
andprovider
module classes (#12467)pipeline
: output pipeline name with signal as signal[/name] format in logs. (#12410)memorylimiter
: Add support to configure min GC intervals for soft and hard limits. (#12450)otlpexporter
: Update the stability level for logs, it has been as stable as traces and metrics for some time. (#12423)service
: Create a new subcommand to dump the initial configuration after resolving/merging. (#11479)To use the
print-initial-config
subcommand, invoke the Collector with the subcommand and corresponding feature gate:otelcol print-initial-config --feature-gates=otelcol.printInitialConfig --config=config.yaml
.Note that the feature gate enabling this flag is currently in alpha stability, and the subcommand may
be changed in the future.
memorylimiterprocessor
: Add support for profiles. (#12453)otelcol
: Converters are now available in thecomponents
command. (#11900, #12385)component
: Mark module as stable (#9376)confmap
: Surface YAML parsing errors when they happen at the top-level. (#12180)This adds context to some instances of the error "retrieved value (type=string) cannot be used as a Conf", which typically happens because of invalid YAML documents
pprofile
: Add LinkIndex attribute to the generated Sample type (#12485)exporterhelper
: Stabilize exporter.UsePullingBasedExporterQueueBatcher and remove old batch sender (#12425)mdatagen
: Update metadata schema with new fields without enforcing them (#12359)🧰 Bug fixes 🧰
service
: Fix crash at startup when converting from v0.2.0 to v0.3.0 (#12438)service
: fix bug in parsing service::telemetry configuration (#12437)exporterhelper
: Fix bug where the error logged when conversion of data fails is always nil (#12510)mdatagen
: Adds back missing import for filter when emitting resource attributes (#12455)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.