Skip to content

fix(deps): update module github.com/prometheus/otlptranslator to v1 - #7358

Merged
dmathieu merged 3 commits into
mainfrom
renovate/github.com-prometheus-otlptranslator-1.x
Sep 16, 2025
Merged

fix(deps): update module github.com/prometheus/otlptranslator to v1#7358
dmathieu merged 3 commits into
mainfrom
renovate/github.com-prometheus-otlptranslator-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 is behind base branch, 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 dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Sep 11, 2025
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 11, 2025
@renovate
renovate Bot requested a review from flc1125 as a code owner September 11, 2025 23:20
@renovate renovate Bot added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 11, 2025
@dmathieu

This comment was marked as outdated.

@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-otlptranslator-1.x branch 7 times, most recently from 22b3b24 to 6752b79 Compare September 15, 2025 18:19
@renovate
renovate Bot force-pushed the renovate/github.com-prometheus-otlptranslator-1.x branch from 6752b79 to 34e7b45 Compare September 16, 2025 09:17
@codecov

codecov Bot commented Sep 16, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.4%. Comparing base (7e4006a) to head (74b2c69).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #7358     +/-   ##
=======================================
- Coverage   85.4%   85.4%   -0.1%     
=======================================
  Files        269     269             
  Lines      24297   24297             
=======================================
- Hits       20762   20760      -2     
- Misses      3158    3160      +2     
  Partials     377     377             

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@dmathieu
dmathieu merged commit 18b114b into main Sep 16, 2025
30 checks passed
@dmathieu
dmathieu deleted the renovate/github.com-prometheus-otlptranslator-1.x branch September 16, 2025 09:41
@MrAlias MrAlias added this to the v1.39.0 milestone Oct 14, 2025
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 Skip Changelog PRs that do not require a CHANGELOG.md entry

2 participants