Skip to content

Update io.prometheus:prometheus-metrics-* to v1.6.1#502

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/io.prometheus-prometheus-metrics
Open

Update io.prometheus:prometheus-metrics-* to v1.6.1#502
renovate[bot] wants to merge 1 commit into
developfrom
renovate/io.prometheus-prometheus-metrics

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Change Age Confidence
io.prometheus:prometheus-metrics-tracer-otel-agent 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-tracer-otel 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-tracer-initializer 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-tracer-common 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-model 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-exposition-textformats 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-exposition-formats 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-exporter-common 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-core 1.5.11.6.1 age confidence
io.prometheus:prometheus-metrics-config 1.5.11.6.1 age confidence

Release Notes

prometheus/client_java (io.prometheus:prometheus-metrics-tracer-otel-agent)

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 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 enabled auto-merge (squash) April 27, 2026 09:14
@renovate renovate Bot force-pushed the renovate/io.prometheus-prometheus-metrics branch from 0756122 to 2f77d8e Compare April 27, 2026 14:17
@renovate renovate Bot changed the title Update io.prometheus:prometheus-metrics-* to v1.6.0 Update io.prometheus:prometheus-metrics-* to v1.6.1 Apr 27, 2026
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.

0 participants