Skip to content

fix(deps): update prometheusserverversion to v1.5.0#8085

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prometheusserverversion
Closed

fix(deps): update prometheusserverversion to v1.5.0#8085
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prometheusserverversion

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v1.5.0

Highlights
Performance
  • Improve histogram/summary performance under contention (#​1794) by @​jack-berg — Significant throughput improvements for high-contention scenarios by striping observationCount across multiple instances. Benchmarks show prometheusClassic improving from ~5,126 ops/s to ~14,624 ops/s (~185% improvement) and prometheusNative from ~3,854 ops/s to ~7,406 ops/s (~92% improvement).
Configuration
  • Support environment variables in properties (#​1828) by @​zeitlinger — Adds environment variable support for configuration (e.g., IO_PROMETHEUS_EXPORTER_HTTP_SERVER_PORT) while maintaining full backward compatibility. Also introduces snake_case property naming (recommended) while keeping camelCase working.
API
  • Allow metrics with the same name but different labels (#​1800) by @​jaydeluca — Enables registration of metrics with the same name, with validation at both registration and scrape time.
  • Add stable Metrics class to decouple consumers from protobuf version (#​1873) by @​zeitlinger — Introduces a stable Metrics class so consumer code no longer needs import updates on protobuf upgrades.
OpenTelemetry
  • Add OTel support module and make examples standalone (#​1868) by @​zeitlinger — New prometheus-metrics-otel-support module that bundles the OTel SDK and Prometheus exporter as a single dependency. Examples are now standalone and can be copy-pasted directly.
  • Add docs and example for OTel JVM runtime metrics (#​1861) by @​zeitlinger
Exporters
  • Add metricsHandlerPath and registerHealthHandler configuration options to HTTPServer (#​1735) by @​Donnerbart
  • Disable compression in PrometheusScrapeHandler (#​1691) by @​Myllyenko — Adds ability to disable compression in PrometheusScrapeHandler.
  • Prevent exception in HttpServer exporter when using custom root metrics path (#​1772) by @​Donnerbart
Instrumentation

What's Changed
🏕 Features
🔧 Maintenance
🧹 Chore
👒 Dependencies
New Contributors

Full Changelog: prometheus/client_java@v1.4.3...v1.5.0

v1.4.3

What's Changed

🏕 Features
🧹 Chore
👒 Dependencies

New Contributors

Full Changelog: prometheus/client_java@v1.4.2...v1.4.3

v1.4.2

What's Changed

🏕 Features
  • feat: adds createdTimestamp to counters exposed via prometheus protouf protocol by @​cmaune in #​1532
  • docs: Update classicBuckets() to classicUpperBounds() by @​dubek in #​1644
🧹 Chore
👒 Dependencies

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 February 13, 2026 19:01
@jack-berg
Copy link
Member

Being worked on in #8080.

@jack-berg jack-berg closed this Feb 13, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 13, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.5.0). 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 February 13, 2026 19:24
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.

1 participant