terrashine icon indicating copy to clipboard operation
terrashine copied to clipboard

fix(deps): update rust crate axum-prometheus to 0.7.0

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Type Update Change
axum-prometheus dependencies minor 0.5.0 -> 0.7.0

Release Notes

Ptrskay3/axum-prometheus (axum-prometheus)

v0.7.0

Compare Source

Changed
  • MakeDefaultHandle::make_default_handle now takes self as argument. This allows custom implementor structs to hold non-static data. [#​49]
  • Change the default initialization of PrometheusHandle to prevent unbounded memory growth of histograms. [#​52]
  • Bump metrics to 0.23, metrics-exporter-prometheus to 0.15. [#​52]
  • Document MSRV as 1.70 currently. [#​52]
Added
  • GenericMetricLayer::pair_from to initialize from a concrete struct. GenericMetricLayer::pair now requires that the handle type implements Default. [#​49]
  • BaseMetricLayer that serves a more lightweight alternative to GenericMetricLayer. [#​56]

v0.6.1

Compare Source

  • Disabled the "push-gateway" feature in metrics-exporter-prometheus by default, and added a way to enable it via the same name under axum_prometheus. This change ensures that this crate can still be built without openssl support, see here. [#​44]
  • Update examples to metrics-exporter-prometheus to 0.13 and metrics to 0.22. [#​43]

v0.6.0

Compare Source

  • Update metrics-exporter-prometheus to 0.13 and metrics to 0.22. [#​39]

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Feb 07 '24 10:02 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.59%. Comparing base (4f53802) to head (af76c1e). Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #236   +/-   ##
=======================================
  Coverage   81.59%   81.59%           
=======================================
  Files          19       19           
  Lines        1315     1315           
=======================================
  Hits         1073     1073           
  Misses        242      242           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 07 '24 10:02 codecov[bot]