[PR #10681] chore(deps): update prometheus-net monorepo to v8.2.0 #12578

Closed
opened 2026-02-07 06:58:23 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10681

State: closed
Merged: Yes


Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prometheus-net 8.1.1 -> 8.2.0 age adoption passing confidence
prometheus-net.AspNetCore 8.1.1 -> 8.2.0 age adoption passing confidence

Release Notes

prometheus-net/prometheus-net (prometheus-net)

v8.2.0: - performance improvements

  • .WithLabels() & similar now accept ReadOnlyMemory as alternative to string[]. Same behavior, just easier to use if you already have a ReadOnlyMemory.
  • .WithLabels() & similar now accept ReadOnlySpan as alternative to string[]. This enables allocation-free metric instance creation if a metric instance with these labels is already known.
  • Incorporated various optimizations to reduce the required CPU time and allocated memory, including #​410, #​443 and other contributions.
  • Observation of large histograms is now 10-30% faster on machines that support AVX2 instructions.
  • health checks exposed via ForwardToPrometheus() no longer create a default metric if a custom metric is provided #​444

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 these updates 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.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10681 **State:** closed **Merged:** Yes --- [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prometheus-net](https://togithub.com/prometheus-net/prometheus-net) | `8.1.1` -> `8.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/prometheus-net/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/prometheus-net/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/prometheus-net/8.1.1/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/prometheus-net/8.1.1/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [prometheus-net.AspNetCore](https://togithub.com/prometheus-net/prometheus-net) | `8.1.1` -> `8.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/prometheus-net.AspNetCore/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/prometheus-net.AspNetCore/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/prometheus-net.AspNetCore/8.1.1/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/prometheus-net.AspNetCore/8.1.1/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prometheus-net/prometheus-net (prometheus-net)</summary> ### [`v8.2.0`](https://togithub.com/prometheus-net/prometheus-net/releases/tag/v8.2.0): - performance improvements - .WithLabels() & similar now accept ReadOnlyMemory<string> as alternative to string\[]. Same behavior, just easier to use if you already have a ReadOnlyMemory<string>. - .WithLabels() & similar now accept ReadOnlySpan<string> as alternative to string\[]. This enables allocation-free metric instance creation if a metric instance with these labels is already known. - Incorporated various optimizations to reduce the required CPU time and allocated memory, including [#&#8203;410](https://togithub.com/prometheus-net/prometheus-net/issues/410), [#&#8203;443](https://togithub.com/prometheus-net/prometheus-net/issues/443) and other contributions. - Observation of large histograms is now 10-30% faster on machines that support AVX2 instructions. - health checks exposed via ForwardToPrometheus() no longer create a default metric if a custom metric is provided [#&#8203;444](https://togithub.com/prometheus-net/prometheus-net/issues/444) </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/jellyfin/jellyfin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
OVERLORD added the pull-request label 2026-02-07 06:58:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12578