LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
32 stars 1 forks source link

chore(deps): bump io.prometheus:prometheus-metrics-exporter-httpserver from 1.2.1 to 1.3.0 #410

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps io.prometheus:prometheus-metrics-exporter-httpserver from 1.2.1 to 1.3.0.

Release notes

Sourced from io.prometheus:prometheus-metrics-exporter-httpserver's releases.

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.

Commits
  • 5768efe [maven-release-plugin] prepare release v1.3.0
  • 87f6d42 Add pushgateway to BOM
  • 8f4b89f Fix module name and dependency in pushgateway pom.xml
  • 2a27d6b Update dependencies and temporarily add shaded dependencies
  • bf242dc Prevent illegal metric names - code review
  • c82ab1f Prevent illegal metric names
  • 2ae979d Add comments to the HTTPServer start() method
  • dfc559d Add PushGateway docs
  • 608592e Port Pushgateway to client_java 1.x
  • 6b97066 Restore Pushgateway from archive
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @ablax.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
ablax commented 5 months ago

@dependabot squash and merge

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud