Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update prometheus.metrics to v1.3.5 (main) - autoclosed #3001

Closed
wants to merge 1 commit into from

Conversation

solrbot
Copy link
Collaborator

@solrbot solrbot commented Jan 9, 2025

This PR contains the following updates:

Package Type Update Change
io.prometheus:prometheus-metrics-model dependencies minor 1.1.0 -> 1.3.5
io.prometheus:prometheus-metrics-exposition-formats dependencies minor 1.1.0 -> 1.3.5

Release Notes

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

v1.3.5

What's Changed

Full Changelog: prometheus/client_java@v1.3.4...v1.3.5

v1.3.4

What's Changed
New Contributors

Full Changelog: prometheus/client_java@v1.3.3...v1.3.4

v1.3.3

What's Changed

Full Changelog: prometheus/client_java@v1.3.2...v1.3.3

v1.3.2

What's Changed
New Contributors

Full Changelog: prometheus/client_java@v1.3.1...v1.3.2

v1.3.1: 1.3.1 / 2024-05-23

This is just a minor update to the 1.3.0 release:

With the previous releases it was possible to create illegal UNIT names, like new Unit("&^$") or new Unit("total").

This release prevents that (throwing an IllegalArgumentException), and also adds a method PrometheusNaming.sanitizeUnitName(name) for converting arbitrary strings into valid Prometheus UNIT names.

v1.3.0: 1.3.0 / 2024-05-16

This is the 1.3.0 release of the Prometheus Java client library.

The headline feature is the new prometheus-metrics-exporter-pushgateway module. See https://prometheus.github.io/client_java/exporters/pushgateway/ for documentation.

  • [FEATURE] Port PushGateway to client_java 1.x
  • [ENHANCEMENT] Run HTTPServer as a Daemon Thread. Thanks @​mberndt123.
  • [BUGFIX] Fix naming issue in the Dropwizard 5 exporter. Thanks @​kingster
  • [BUGFIX] Allow metric names with single character
  • [ENHANCEMENT] Fix flaky tests. Thanks @​dhoard for extensively load testing our build.
  • [ENHANCEMENT] Enforce unit suffix in metric name when unit is not null. Thanks @​jonatan-ivanov
  • [ENHANCEMENT] Explicit DuplicateLabelsException when creating MetricSnapshot

Thanks to everyone who contributed.

v1.2.1: 1.2.1 / 2024-04-23

Minor release to help Spring Boot adopt client_java 1.x in the Micrometer Prometheus registry.

  • [ENHANCEMENT] add a method for initializing PrometheusProperties with an external properties map. This can be used to load properties from Spring configuration. Thanks @​jonatan-ivanov
  • [ENHANCEMENT] remove import statement for SpanContextSupplier so that the code still runs if the prometheus-metrics-tracer-initializer dependency is excluded from the classpath (Micrometer implements it's own SpanContextSupplier and doesn't need the dependency).
  • [BUGFIX] fix Javadoc links. Thanks @​shakuzen.

v1.2.0: 1.2.0 / 2024-03-22

The 1.2.0 release has some nice features and enhancements. Thanks a lot to everyone who contributed.

  • [FEATURE] new Dropwizard instrumentation module prometheus-metrics-instrumentation-dropwizard5. Thanks @​kingster
  • [FEATURE] new Javax exporter servlet module prometheus-metrics-exporter-servlet-javax. Thanks @​kingster
  • [FEATURE] expose native memory metrics when the JVM was started with -XX:NativeMemoryTracking=summary. Thanks @​meier-christoph
  • [FEATURE] minor API additions: get() methods for Counter and Gauge, clear() method for all metrics.
  • [FEATURE] add Exemplars to Histogram _count if the config option exemplarsOnAllMetricTypes is enabled.
  • [ENHANCEMENT] remove Exemplars from Summary _sum, because it's sufficient to have Exemplars on _count.
  • [BUGFIX] error handling when the HTTP connection closes unexpectedly during scrape. Thanks @​dhoard
  • [ENHANCEMENT] add BOM (bill of materials) module prometheus-metrics-bom.

Configuration

📅 Schedule: Branch creation - "* * * * *" (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 force-pushed the renovate/prometheus.metrics branch from 2bb5ba0 to c7bf079 Compare January 23, 2025 01:36
@solrbot solrbot changed the title chore(deps): update prometheus.metrics to v1.3.5 chore(deps): update prometheus.metrics to v1.3.5 (main) Jan 23, 2025
@solrbot solrbot changed the title chore(deps): update prometheus.metrics to v1.3.5 (main) chore(deps): update prometheus.metrics to v1.3.5 (main) - autoclosed Jan 23, 2025
@solrbot solrbot closed this Jan 23, 2025
@solrbot solrbot deleted the renovate/prometheus.metrics branch January 23, 2025 20:25
@solrbot solrbot restored the renovate/prometheus.metrics branch January 23, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant