[chore] prepare for Changelog v0.143.0#7052
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7052 +/- ##
==========================================
- Coverage 37.88% 37.88% -0.01%
==========================================
Files 366 366
Lines 25619 25619
==========================================
- Hits 9707 9705 -2
- Misses 15104 15105 +1
- Partials 808 809 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
crobert-1
reviewed
Jan 8, 2026
Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
crobert-1
approved these changes
Jan 9, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description: Prepare for Changelog v0.143.0
Removed the following list as either not used by our distro or not relevant for end user:
(Contrib)
connector/servicegraph: remove deprecated warning log about metrics exporter logical (#45177)(Contrib)
extension/googlecloudlogentry_encoding: Parse Cloud DNS Query logs into log record attributes instead of placing it in the body as is. (#44561)(Contrib)
exporter/azureblob: Addtime_parser_rangesoption to allow selective time parsing of blob name substrings (#44650)(Contrib)
receiver/systemd: Renamesystemd.unit.cpu.timemetric tosystemd.service.cpu.time(#44916)(Contrib)
cmd/schemagen: Introduce script that generates configuration schemas for collector components based on go structs. (#42214)The
schemagentool generates schemas for OpenTelemetry Collector components configurationby analyzing Go struct definitions. This is preliminary work to support automatic generation
of documentation and validation for component configurations.
(Contrib)
exporter/coralogix: Exposed a new field to setgrpc-accept-encoding.gzipwill be used by default. (#45191)(Contrib)
exporter/coralogix: Improve log messages when a partial success happens for traces. (#44926)(Contrib)
exporter/elasticsearch: Add support for extra query parameters to the outgoing bulk request (#44480)(Contrib)
exporter/kafka: Makemax_message_bytesandflush_max_messagesunconditional in franz-go producer. Changedflush_max_messagesdefault from 0 to 10000 to match franz-go default. (#44840)(Core)
exporter/nop: Add profiles support to nop exporter (#14331)(Contrib)
extension/awslogs_encoding: Enhance VPC flow logs encoding extension with CloudWatch logs support (#44710)(Contrib)
extension/azure_encoding: Add processing for AppService, CDN, FrontDoor and Recommendation logs records (#41725)(Contrib)
extension/googlecloudlogentry_encoding: Add support for Passthrough External and Internal Network Load Balancer logs (#44524)(Contrib)
processor/geoip: Bump oschwald/geoip2 to v2 (#44687)(Contrib)
receiver/awslambda: Add support for AWS Lambda receiver to trigger by CloudWatch logs subscription filters for Lambda (#43504)(Contrib)
receiver/awslambda: Add S3 failure replay support to AWS Lambda receiver (#43504)(Contrib)
receiver/github: Addmerged_pr_lookback_daysconfiguration to limit historical PR queries and reduce API usage (#43388)The
merged_pr_lookback_daysconfiguration option limits the timeframe forwhich merged pull requests are queried. Set to 0 to fetch all merged PRs.
Open PRs are always fetched regardless of this setting.
(Core)
all: Update semconv import to 1.38.0 (#14305)(Core)
pkg/pdata: Optimize the size and pointer bytes for pdata structs (#14339)(Core)
pkg/pdata: Avoid using interfaces/oneof like style for optional fields (#14333)(Contrib)
receiver/systemd: Add metric for number of times a service has restarted. (#45071)(Contrib)
exporter/elasticsearch: Deduplicate attribute keys from non-compliant SDKs in otel mapping mode (#39304)(Contrib)
pkg/translator/azurelogs: Fix missing data when ingesting Azure logs without properties field. (#44222)(Contrib)
receiver/awss3: Fix data loss when SQS messages contain multiple S3 object notifications and some fail to process (#45153)The SQS notification reader was unconditionally deleting messages after processing,
even when some S3 object retrievals or callback processing failed. This caused data
loss when a message contained multiple S3 notification records and any of them failed.
Messages are now only deleted when all records are successfully processed, allowing
failed records to be retried after the visibility timeout.