This repository was archived by the owner on Nov 20, 2025. It is now read-only.
fix(deps): update module go.opentelemetry.io/collector/component/componentstatus to v0.115.0 #28
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.112.0->v0.115.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component/componentstatus)
v0.115.0Compare Source
🛑 Breaking changes 🛑
otelcol: Change all logged timestamps to ISO8601. (#10543)This makes log timestamps human-readable (as opposed to epoch seconds in
scientific notation), but may break users trying to parse logged lines in the
old format.
pdata/pprofile: Upgrade pdata to opentelemetry-proto v1.4.0 (#11722)🚩 Deprecations 🚩
scraperhelper: Deprecate all Scraper helpers in scraperhelper (#11732)Deprecate ScrapeFunc, ScraperOption, WithStart, WithShutdown in favor of equivalent funcs in scraper package.
💡 Enhancements 💡
exporterqueue: Introduce a feature gate exporter.UsePullingBasedExporterQueueBatcher to use the new pulling model in exporter queue batching. (#8122, #10368)If both queuing and batching is enabled for exporter, we now use a pulling model instead of a
pushing model. num_consumer in queue configuration is now used to specify the maximum number of
concurrent workers that are sending out the request.
service: label metrics as alpha to communicate their stability (#11729)consumer: Mark consumer as stable. (#9046)service: Add support for ca certificates in telemetry metrics otlp grpc exporter (#11633)Before this change the Certificate value in config was silently ignored.
🧰 Bug fixes 🧰
service: ensure OTLP emitted logs respect severity (#11718)featuregate: Fix an unfriendly display messageruntime errorwhen featuregate is used to display command line usage. (#11651)profiles: Fix iteration over scope profiles while counting the samples. (#11688)v0.114.0Compare Source
💡 Enhancements 💡
cmd/builder: Allow for replacing of local Providers and Converters when building custom collector with ocb. (#11649)Use the property
pathundergomodto 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.Convertercomponents in ocb. (#11582)If no converters are specified, there will be no converters added.
Currently, the only published converter is
expandconverterwhich 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
converterskey 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.
v0.113.0Compare Source
🛑 Breaking changes 🛑
internal/fanoutconsumer: Extract internal/fanoutconsumer as a separate go module (#11441)builder: Remove builder support to build old version, and the otelcol_version config (#11405)User should remove this property from their config, to build older versions use older builders.
receiver: Make receivertest into its own module (#11462)builder: Remove deprecated flags from Builder (#11576)Here is the list of flags | --name, --description, --version, --otelcol-version, --go, --module
internal/sharedcomponent: Extract internal/sharedcomponent as a separate go module (#11442)💡 Enhancements 💡
mdatagen: Add otlp as supported distribution (#11527)batchprocessor: Move single shard batcher creation to the constructor (#11594)service: add support for using the otelzap bridge and emit logs using the OTel Go SDK (#10544)🧰 Bug fixes 🧰
service: ensure traces and logs emitted by the otel go SDK use the same resource information (#11578)config/configgrpc: Patch for bug in the grpc-go NewClient that makes the way the hostname is resolved incompatible with the way proxy setting are applied. (#11537)builder: Update builder default providers to lastest stable releases (#11566)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.