terrashine
terrashine copied to clipboard
fix(deps): update rust crate axum-prometheus to 0.7.0
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
Changed
-
MakeDefaultHandle::make_default_handle
now takesself
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
to0.23
,metrics-exporter-prometheus
to0.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 implementsDefault
. [#49] -
BaseMetricLayer
that serves a more lightweight alternative toGenericMetricLayer
. [#56]
v0.6.1
- Disabled the
"push-gateway"
feature inmetrics-exporter-prometheus
by default, and added a way to enable it via the same name underaxum_prometheus
. This change ensures that this crate can still be built without openssl support, see here. [#44] - Update examples to
metrics-exporter-prometheus
to0.13
andmetrics
to0.22
. [#43]
v0.6.0
- Update
metrics-exporter-prometheus
to0.13
andmetrics
to0.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.
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.