Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2025

Bumps go.opentelemetry.io/collector/exporter/debugexporter from 0.141.0 to 0.142.0.

Changelog

Sourced from go.opentelemetry.io/collector/exporter/debugexporter's changelog.

v1.48.0/v0.142.0

🛑 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 🚩

  • pkg/service: Deprecate Settings.LoggingOptions and telemetry.LoggerSettings.ZapOptions, add telemetry.LoggerSettings.BuildZapLogger (#14002) BuildZapLogger provides a more flexible way to build the Zap logger, since the function will have access to the zap.Config. This is used in otelcol to install a Windows Event Log output when the zap config does not specify any file output.

💡 Enhancements 💡

  • pdata/pprofile: add ProfileCount() (#14239)

🧰 Bug fixes 🧰

  • pkg/confmap: Ensure that embedded structs are not overwritten after Unmarshal is called (#14213) This allows embedding structs which implement Unmarshal and contain a configopaque.String.
Commits
  • b579eb1 [chore] Prepare release v1.48.0/v0.142.0 (#14291)
  • 4c0ea5c MemoryLimiter extension as an http/grpc middleware (#14071)
  • b31ddb9 [chore] Add missing config option in confighttp documentation (#14285)
  • 97fcd3d chore(deps): update github-actions deps (#14265)
  • b58bbb7 fix(deps): update module github.com/spf13/cobra to v1.10.2 (#14266)
  • e662d27 [chore] otlphttpexporter: speed up lifecycle tests (#14277)
  • 605123a [chore] add guidelines for telemetry stability levels (#14280)
  • 0253d53 [chore] [mdatagen] Update entities terminology in generated docs (#14283)
  • 52007de Add option to disable redundant 132B in log lines (#14050)
  • 1197fba [exporter/debug] feat: add dropped* attributes to output (#14217)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/collector/exporter/debugexporter](https://github.com/open-telemetry/opentelemetry-collector) from 0.141.0 to 0.142.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@v0.141.0...v0.142.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/exporter/debugexporter
  dependency-version: 0.142.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 21, 2025
@dependabot dependabot bot requested a review from MrAlias as a code owner December 21, 2025 15:01
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 21, 2025
@MrAlias MrAlias merged commit a685081 into main Dec 21, 2025
3 checks passed
@MrAlias MrAlias deleted the dependabot/go_modules/go.opentelemetry.io/collector/exporter/debugexporter-0.142.0 branch December 21, 2025 15:37
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.

2 participants