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

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

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2024

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.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 19 times, most recently from 7302525 to d103ef5 Compare February 14, 2024 09:18
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 10 times, most recently from 6fe1b21 to 402089d Compare February 17, 2024 06:37
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 5 times, most recently from 1f63685 to f6c18c7 Compare May 18, 2024 16:54
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 3 times, most recently from d0ab11d to 27339c0 Compare May 25, 2024 21:48
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 4 times, most recently from d96d6ca to 05a2a36 Compare June 5, 2024 21:13
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 4 times, most recently from 09c00d5 to 2452238 Compare June 12, 2024 00:05
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 4 times, most recently from 340bc29 to de01b92 Compare June 19, 2024 00:16
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch 5 times, most recently from 12ee9b1 to 3b03de7 Compare June 25, 2024 10:45
@renovate renovate bot force-pushed the renovate/axum-prometheus-0.x branch from 3b03de7 to af76c1e Compare July 20, 2024 10:18
@renovate renovate bot changed the title fix(deps): update rust crate axum-prometheus to 0.6.0 fix(deps): update rust crate axum-prometheus to 0.7.0 Jul 20, 2024
@Isawan Isawan merged commit 5380ee2 into main Oct 8, 2024
8 checks passed
@Isawan Isawan deleted the renovate/axum-prometheus-0.x branch October 8, 2024 00:21
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