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

Update dependency io.prometheus:prometheus-metrics-exporter-httpserver to v1.3.1 - autoclosed #6464

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.prometheus:prometheus-metrics-exporter-httpserver 1.2.1 -> 1.3.1 age adoption passing confidence

Release Notes

prometheus/client_java (io.prometheus:prometheus-metrics-exporter-httpserver)

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.


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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team May 16, 2024 22:31
@renovate renovate bot force-pushed the renovate/io.prometheus-prometheus-metrics-exporter-httpserver-1.x branch from 4e4b8b3 to 454ce78 Compare May 23, 2024 11:49
@renovate renovate bot changed the title Update dependency io.prometheus:prometheus-metrics-exporter-httpserver to v1.3.0 Update dependency io.prometheus:prometheus-metrics-exporter-httpserver to v1.3.1 May 23, 2024
@jack-berg
Copy link
Member

Upgraded in #6473.

@jack-berg jack-berg closed this May 28, 2024
@renovate renovate bot changed the title Update dependency io.prometheus:prometheus-metrics-exporter-httpserver to v1.3.1 Update dependency io.prometheus:prometheus-metrics-exporter-httpserver to v1.3.1 - autoclosed May 28, 2024
@renovate renovate bot deleted the renovate/io.prometheus-prometheus-metrics-exporter-httpserver-1.x branch May 28, 2024 16:51
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