Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus/otlptranslator v0.0.2 -> v1.0.0 age confidence

Release Notes

prometheus/otlptranslator (github.com/prometheus/otlptranslator)

v1.0.0

Compare Source

⚠️ Breaking changes ⚠️

  • Label names that start with a single Underscore (_) character are no longer prefixed with the word key during translation. Folks who depend on such behavior can re-enable it by setting LabelNamer.UnderscoreLabelSanitization = true. #​55
  • Labels that have multiple underscores in sequence are now deduplicated if UTF-8 isn't allowed. Folks who depend on such behavior can re-enable it by setting LabelNamer.PreserveMultipleUnderscores = true. Be aware that if UTF8Allowed is set to true, multiple underscores are preserved even if PreserveMultipleUnderscores == false. #​58

Bug fixes

  • Error is returned if the result of a translation is a string consisting of underscores only. #​56

Performance

  • Remove usage of regexp. #​59

Full Changelog: prometheus/otlptranslator@v0.0.2...v1.0.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 26, 2025
@renovate renovate bot requested a review from a team as a code owner September 26, 2025 03:17
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants