Skip to content

Update io.prometheus:prometheus* to v1.6.1 (branch_9x)#4371

Open
solrbot wants to merge 3 commits intoapache:branch_9xfrom
solrbot:renovate-9x/io.prometheus-prometheus
Open

Update io.prometheus:prometheus* to v1.6.1 (branch_9x)#4371
solrbot wants to merge 3 commits intoapache:branch_9xfrom
solrbot:renovate-9x/io.prometheus-prometheus

Conversation

@solrbot
Copy link
Copy Markdown
Collaborator

@solrbot solrbot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change
io.prometheus:prometheus-metrics-model dependencies minor 1.5.1 -> 1.6.1
io.prometheus:prometheus-metrics-exposition-textformats dependencies minor 1.5.1 -> 1.6.1
io.prometheus:prometheus-metrics-config dependencies minor 1.5.1 -> 1.6.1

Release Notes

prometheus/client_java (io.prometheus:prometheus-metrics-model)

v1.6.1

Note: With the OM2 metric-name preservation fix in this release, OpenMetrics 2.0 can now be
tested. It is still in progress and not ready for general use yet.

Bug Fixes
Documentation

v1.6.0

Note: OpenMetrics 2.0 support is still in progress and not ready for general use yet.

As part of the OM2 work, metric-name suffix handling moved from metric creation time to scrape
time. A positive side effect is that metric names are now more flexible across the board, for
example names ending in suffixes like _total are accepted where they were previously rejected.
To keep the Prometheus and OM1 output unambiguous, the registry tracks claimed exposition names
and still rejects registrations that would collide at scrape time.

Example Before 1.6.0 Since 1.6.0 Reason
Gauge("foo_total") Rejected Allowed Not breaking because this previously failed at registration, so no working setup changes behavior, and safe because _total suffix expansion applies to counters, not gauges.
Counter("events_total") Rejected Allowed Not breaking because the OM1 output is still events_total; only the builder now accepts the name.
Gauge("foo_total") + Histogram("foo") Rejected Allowed Not breaking because this combination used to be blocked even though the exposed names do not overlap.
Gauge("events_total") + Counter("events") Rejected Rejected Not breaking because the ambiguous OM1 output would still expose two events_total series.
Gauge("foo_count") + Histogram("foo") Allowed Rejected Intentionally breaking because the old behavior could expose a conflicting foo_count name at scrape time.
Features
Bug Fixes
  • deps: update dependency com.google.guava:guava to v33.6.0-jre (#​2021) (1382693)
  • deps: update dependency commons-io:commons-io to v2.22.0 (#​2044) (9e05c1d)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.27.0-alpha (#​2022) (30ac534)
  • deps: update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.27.0-alpha (#​2023) (2d51a32)
  • deps: update dependency io.prometheus:prometheus-metrics-bom to v1.5.1 (#​2004) (650ce4b)
  • deps: update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.21 (#​2005) (7a36df7)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.5 (#​2006) (0106c18)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.6 (#​2046) (40a9db8)
  • deps: update jetty monorepo to v12.1.8 (#​2007) (acab5b2)
  • deps: update protobuf (#​2024) (8e2214e)
  • pass release tag as input to deploy workflow (#​1982) (165c921)
  • pin grafana/otel-lgtm to 0.7.2 in OATs acceptance test (#​1992) (f17ad9a)
  • stabilize flaky timer and thread count tests (#​1973) (ce5867b)
  • trigger Maven deploy from release-please via workflow_dispatch (#​1981) (698f956)

Configuration

📅 Schedule: Branch creation - Every minute ( * * * * * ) (UTC), 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 has been generated by Renovate Bot

@solrbot solrbot added the exempt-stale Prevent a PR from going stale label Apr 27, 2026
@github-actions github-actions Bot added the dependencies Dependency upgrades label Apr 27, 2026
@solrbot solrbot force-pushed the renovate-9x/io.prometheus-prometheus branch from b26940f to 430583f Compare April 27, 2026 17:23
@solrbot solrbot changed the title Update io.prometheus:prometheus* to v1.6.0 (branch_9x) Update io.prometheus:prometheus* to v1.6.1 (branch_9x) Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency upgrades exempt-stale Prevent a PR from going stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant