Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

This PR contains the following updates:

Package Change Age Confidence
io.prometheus:prometheus-metrics-exposition-formats-no-protobuf 1.3.10 -> 1.4.1 age confidence
io.prometheus:prometheus-metrics-exporter-httpserver 1.3.10 -> 1.4.1 age confidence

Release Notes

prometheus/client_java (io.prometheus:prometheus-metrics-exposition-formats-no-protobuf)

v1.4.1

What's Changed
🏕 Features

Full Changelog: prometheus/client_java@v1.4.0...v1.4.1

v1.4.0

What's Changed
Unicode support

UTF-8 is now supported for metric and label names!

  • this is a backwards compatible change
    • only Prometheus servers that can handle UTF-8 will actually see it
    • otherwise you'll still get the same _ replacement characters as before
  • in the push gateway, you have to enable UTF-8 support explicitly
  • unit names still do not support UTF-8
  • refer to the documentation for details
🏕 Features
🧹 Chore
👒 Dependencies
New Contributors

Full Changelog: prometheus/client_java@v1.3.10...v1.4.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 these updates 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 requested a review from a team as a code owner August 18, 2025 14:30
@renovate renovate bot changed the title fix(deps): update prometheusserverversion to v1.4.0 fix(deps): update prometheusserverversion to v1.4.1 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/prometheusserverversion branch from 059f1d7 to 1921115 Compare August 18, 2025 16:10
@renovate renovate bot force-pushed the renovate/prometheusserverversion branch from 1921115 to f198640 Compare September 4, 2025 22:43
@renovate renovate bot force-pushed the renovate/prometheusserverversion branch from f198640 to ace3fdc Compare September 8, 2025 13:44
Copy link
Contributor Author

renovate bot commented Sep 8, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@breedx-splk
Copy link
Contributor

breedx-splk commented Sep 8, 2025

This update is now breaking the CollectorIntegrationTest.endToEnd() and the PrometheusIntegrationTest.endToEnd(), and I can't tell why.

I was able to reproduce it locally:
https://gist.github.com/breedx-splk/cf781ee0d1be622ae4e61b639dda30d3

I don't grok why we expect both service.name and service_name (for example) but this version of prometheus client definitely changes how the replacement rules happen...but I'm noticing that the actual contains ZERO keys with underscores in it, so I suspect what previously had underscores now has dots and is overwriting the same keys...but I am not sure what to do about it, short of changing the expected. 😭

@zeitlinger
Copy link
Member

closing in favor of #7588

@zeitlinger zeitlinger closed this Sep 9, 2025
Copy link
Contributor Author

renovate bot commented Sep 9, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.4.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/prometheusserverversion branch September 9, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants