Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the otel group with 3 updates: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger, go.opentelemetry.io/collector/consumer and go.opentelemetry.io/collector/pdata.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.142.0 to 0.143.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.

v0.143.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • exporter/alibabacloudlogservice
  • receiver/carbon

End User Changelog

🛑 Breaking changes 🛑

  • connector/servicegraph: remove deprecated warning log about metrics exporter logical (#45177)

  • extension/googlecloudlogentry_encoding: Parse Cloud DNS Query logs into log record attributes instead of placing it in the body as is. (#44561)

  • processor/tail_sampling: Add support for caching the policy name involved in a sampling decision. (#45040) This change allows the tailsampling.policy attribute to be set on the spans in a trace when a sampling decision is cached.

  • receiver/prometheus: Remove deprecated use_start_time_metric and start_time_metric_regex configuration options. (#44180) The use_start_time_metric and start_time_metric_regex configuration options have been removed after being deprecated in v0.142.0. Users who have these options set in their configuration will experience collector startup failures after upgrading. To migrate, remove these configuration options and use the metricstarttime processor instead for equivalent functionality.

  • receiver/systemd: Rename systemd.unit.cpu.time metric to systemd.service.cpu.time (#44916)

🚀 New components 🚀

  • cmd/schemagen: Introduce script that generates configuration schemas for collector components based on go structs. (#42214) The schemagen tool generates schemas for OpenTelemetry Collector components configuration by analyzing Go struct definitions. This is preliminary work to support automatic generation of documentation and validation for component configurations.

💡 Enhancements 💡

  • exporter/azureblob: Add time_parser_ranges option to allow selective time parsing of blob name substrings (#44650) The new time_parser_ranges configuration allows specifying index ranges (e.g., ["0-10", "15-25"]) to control which parts of the blob name are time-formatted.

  • exporter/coralogix: Exposed a new field to set grpc-accept-encoding. gzip will be used by default. (#45191)

  • exporter/coralogix: Improve log messages when a partial success happens for traces. (#44926) The exporter now provides additional context based on the type of partial success | returned by the backend. When the backend indicates issues with the sent data, the error | message is analyzed to identify and display examples of the problematic data.

  • exporter/elasticsearch: Add support for extra query parameters to the outgoing bulk request (#44480)

  • exporter/kafka: Make max_message_bytes and flush_max_messages unconditional in franz-go producer. Changed flush_max_messages default from 0 to 10000 to match franz-go default. (#44840)

  • extension/awslogs_encoding: Enhance VPC flow logs encoding extension with CloudWatch logs support (#44710)

  • extension/azure_encoding: Add processing for AppService, CDN, FrontDoor and Recommendation logs records (#41725)

  • extension/googlecloudlogentry_encoding: Add support for Passthrough External and Internal Network Load Balancer logs (#44524) Add support for Passthrough External and Internal Network Load Balancer logs to the Google Cloud log entry encoding extension. This includes adding support for the new gcp.load_balancing.passthrough_nlb attributes including connection details, bytes/packets sent and received, and RTT measurements.

  • pkg/ottl: Add Bool function for converting values to boolean (#44770)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.

v0.143.0

🛑 Breaking changes 🛑

  • all: Delete the package pkg/translator/opencensus (#45083) The opencensus translator is no longer used by the project. It was previously deprecated, and is now deleted.

  • exporter/sapm: Deprecate the SAPM exporter code ahead of its removal. (#45062) This exporter has been deprecated since 2024-12-19. Please use the OTLP exporter instead. With this change, the Go module is declared deprecated.

  • pkg/ottl: Make BoolExpr to be private to allow extending and implementing literals support. (#44954, #45096) Improve BoolExpr evaluation by evaluating literals at compile time.

  • pkg/ottl: Remove deprecated NewTransformContext funcs (#45043)

  • processor/tail_sampling: Add support for caching the policy name involved in a sampling decision. (#45040) This change allows the tailsampling.policy attribute to be set on the spans in a trace when a sampling decision is cached.

🚩 Deprecations 🚩

  • pkg/stanza: Deprecate stanza/errors Wrap function in favor of standard fmt.Errorf (#44949)

🚀 New components 🚀

  • pkg/translator/splunk: Introduce package for translating OTel to HEC format (#45011)

💡 Enhancements 💡

  • receiver/awscloudwatch: Add support for filtering log groups by account ID. (#38391)
Commits
  • 91039fd [chore] Prepare release 0.143.0 (#45232)
  • 4d8194e [chore] Update core dependencies (#45229)
  • 0ce888b [receiver/kafka] Fix deprecated field migration logic for metrics, traces, an...
  • 99a630b fix(deps): update module github.com/coreos/go-oidc/v3 to v3.17.0 (#45208)
  • 4ca28d5 [chore][receiver/awscloudwatch] Fix linting (#45224)
  • bd5c848 [chore] Fix typo in migration example for match_once (#45175)
  • d2de9c9 [receiver/awscloudwatch] Support filtering log groups by account ID (#44468)
  • ba45c22 [chore] Add repository check to tidy-dependencies workflow (#45219)
  • d5eaa17 [chore] Update core dependencies (#45209)
  • c043b5d [connector/servicegraph] remove deprecated warning log about metrics exporter...
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/consumer from 1.48.0 to 1.49.0

Release notes

Sourced from go.opentelemetry.io/collector/consumer's releases.

v1.49.0/v0.143.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.143.0

End User Changelog

💡 Enhancements 💡

  • all: Update semconv import to 1.38.0 (#14305)
  • exporter/nop: Add profiles support to nop exporter (#14331)
  • pkg/pdata: Optimize the size and pointer bytes for pdata structs (#14339)
  • pkg/pdata: Avoid using interfaces/oneof like style for optional fields (#14333)

API Changelog

🛑 Breaking changes 🛑

  • pkg/xprocessor: Use pointer receivers in xprocessor factory methods for consistency with other factories. (#14348)

v1.48.0/v0.142.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.142.0

End User Changelog

💡 Enhancements 💡

  • exporter/debug: Add logging of dropped attributes, events, and links counts in detailed verbosity (#14202)

  • extension/memory_limiter: The memorylimiter extension can be used as an HTTP/GRPC middleware. (#14081)

  • pkg/config/configgrpc: Statically validate gRPC endpoint (#10451) This validation was already done in the OTLP exporter. It will now be applied to any gRPC client.

  • pkg/service: Add support to disabling adding resource attributes as zap fields in internal logging (#13869) Note that this does not affect logs exported through OTLP.

API Changelog

🛑 Breaking changes 🛑

  • pdata/xpdata: Rename Entity.IDAttributes() to Entity.IdentifyingAttributes() and Entity.DescriptionAttributes() to Entity.DescriptiveAttributes() to align with OpenTelemetry specification terminology for attributes. (#14275)
  • pkg/exporterhelper: Use configoptional.Optional for the exporterhelper.QueueBatchConfig (#14155) It's recommended to change the field type in your component configuration to be configoptional.Optional[exporterhelper.QueueBatchConfig] to keep the enabled subfield. Use configoptional.Some(exporterhelper.NewDefaultQueueConfig()) to enable by default. Use configoptional.Default(exporterhelper.NewDefaultQueueConfig()) to disable by default.

🚩 Deprecations 🚩

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/consumer's changelog.

v1.49.0/v0.143.0

🛑 Breaking changes 🛑

  • pkg/xprocessor: Use pointer receivers in xprocessor factory methods for consistency with other factories. (#14348)
Commits
  • 4ce4e37 [chore] Prepare release v1.49.0/v0.143.0 (#14355)
  • 1282747 Reenable stale check (#14352)
  • 2329c6d chore(deps): update module github.com/rhysd/actionlint to v1.7.10 (#14336)
  • 84f07c4 [chore] Rename file for consistency (#14347)
  • 9164481 [xprocessor] Use receiver pointer in xprocessor factory methods (#14348)
  • a331a4c Optimize the size and pointer bytes for pdata structs (#14339)
  • 759118b [chore] Enable Renovate updates for indirect Go dependencies (#14345)
  • 7d965e1 [chore] Remove unneccessary empty lines from generated code (#14337)
  • 45c4476 [chore] Add repository check to tidy-dependencies workflow (#14344)
  • 2e283f5 Avoid using interfaces/oneof like style for optional fields (#14333)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/pdata from 1.48.0 to 1.49.0

Release notes

Sourced from go.opentelemetry.io/collector/pdata's releases.

v1.49.0/v0.143.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.143.0

End User Changelog

💡 Enhancements 💡

  • all: Update semconv import to 1.38.0 (#14305)
  • exporter/nop: Add profiles support to nop exporter (#14331)
  • pkg/pdata: Optimize the size and pointer bytes for pdata structs (#14339)
  • pkg/pdata: Avoid using interfaces/oneof like style for optional fields (#14333)

API Changelog

🛑 Breaking changes 🛑

  • pkg/xprocessor: Use pointer receivers in xprocessor factory methods for consistency with other factories. (#14348)

v1.48.0/v0.142.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.142.0

End User Changelog

💡 Enhancements 💡

  • exporter/debug: Add logging of dropped attributes, events, and links counts in detailed verbosity (#14202)

  • extension/memory_limiter: The memorylimiter extension can be used as an HTTP/GRPC middleware. (#14081)

  • pkg/config/configgrpc: Statically validate gRPC endpoint (#10451) This validation was already done in the OTLP exporter. It will now be applied to any gRPC client.

  • pkg/service: Add support to disabling adding resource attributes as zap fields in internal logging (#13869) Note that this does not affect logs exported through OTLP.

API Changelog

🛑 Breaking changes 🛑

  • pdata/xpdata: Rename Entity.IDAttributes() to Entity.IdentifyingAttributes() and Entity.DescriptionAttributes() to Entity.DescriptiveAttributes() to align with OpenTelemetry specification terminology for attributes. (#14275)
  • pkg/exporterhelper: Use configoptional.Optional for the exporterhelper.QueueBatchConfig (#14155) It's recommended to change the field type in your component configuration to be configoptional.Optional[exporterhelper.QueueBatchConfig] to keep the enabled subfield. Use configoptional.Some(exporterhelper.NewDefaultQueueConfig()) to enable by default. Use configoptional.Default(exporterhelper.NewDefaultQueueConfig()) to disable by default.

🚩 Deprecations 🚩

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/pdata's changelog.

v1.49.0/v0.143.0

🛑 Breaking changes 🛑

  • pkg/xprocessor: Use pointer receivers in xprocessor factory methods for consistency with other factories. (#14348)
Commits
  • 4ce4e37 [chore] Prepare release v1.49.0/v0.143.0 (#14355)
  • 1282747 Reenable stale check (#14352)
  • 2329c6d chore(deps): update module github.com/rhysd/actionlint to v1.7.10 (#14336)
  • 84f07c4 [chore] Rename file for consistency (#14347)
  • 9164481 [xprocessor] Use receiver pointer in xprocessor factory methods (#14348)
  • a331a4c Optimize the size and pointer bytes for pdata structs (#14339)
  • 759118b [chore] Enable Renovate updates for indirect Go dependencies (#14345)
  • 7d965e1 [chore] Remove unneccessary empty lines from generated code (#14337)
  • 45c4476 [chore] Add repository check to tidy-dependencies workflow (#14344)
  • 2e283f5 Avoid using interfaces/oneof like style for optional fields (#14333)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the otel group with 3 updates: [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib), [go.opentelemetry.io/collector/consumer](https://github.com/open-telemetry/opentelemetry-collector) and [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector).


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.142.0 to 0.143.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.142.0...v0.143.0)

Updates `go.opentelemetry.io/collector/consumer` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.48.0...pdata/v1.49.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.48.0...pdata/v1.49.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-version: 0.143.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/consumer
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2026 18:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant