[PR #6293] [MERGED] Bump prometheus-net from 4.1.1 to 4.2.0 #10894

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6293
Author: @dependabot[bot]
Created: 7/12/2021
Status: Merged
Merged: 7/13/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/prometheus-net-4.2.0


📝 Commits (1)

  • e757c58 Bump prometheus-net from 4.1.1 to 4.2.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Jellyfin.Server.csproj (+1 -1)

📄 Description

Bumps prometheus-net from 4.1.1 to 4.2.0.

Release notes

Sourced from prometheus-net's releases.

Easier install on .NET 5, more accurate histogram buckets, bugfixes

  • Added Histogram.PowersOfTenDividedBuckets()
  • Improved accuracy of histogram bucket calculations to reduce the likelyhood of seeing 0.00000000000000000001 offsets from expected value due to floating point math.
  • Added ConfigureAwait(false) to MetricHandler to help avoid deadlocks in some rare scenarios. #308
  • Fix defect where MetricPusher terminated when HttpClient signaled timeout. #302, #293
  • No longer need to manually reference ASP.NET Core SDK in csproj file when installing prometheus-net.AspNetCore library. It gets automatically referenced now. #267
Changelog

Sourced from prometheus-net's changelog.

  • 4.2.0
  • Added Histogram.PowersOfTenDividedBuckets()
  • Improved accuracy of histogram bucket calculations to reduce the likelyhood of seeing 0.00000000000000000001 offsets from expected value due to floating point math.
  • Added ConfigureAwait(false) to MetricHandler to help avoid deadlocks in some rare scenarios. #308
  • Fix defect where MetricPusher terminated when HttpClient signaled timeout. #302, #293
  • No longer need to manually reference ASP.NET Core SDK in csproj file when installing prometheus-net.AspNetCore library. It gets automatically referenced now. #267
Commits
  • ec10b08 Automatically reference ASP.NET Core SDK when installing nuget package
  • 7aacfb0 Mark ASP.NET Core SDK as required in nuspec
  • 3c86090 History update
  • ca95454 Handle HttpClient timeout to avoid terminating push thread
  • b9c49cd History update
  • b93d988 Adjust potentially misleading comments
  • 6f4ecb0 ConfigureAwait(false) on metric handler stop
  • 60ebafa Improved accuracy of histogram bucket calculations
  • c99122a Added Histogram.PowersOfTenDividedBuckets()
  • See full diff 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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6293 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/12/2021 **Status:** ✅ Merged **Merged:** 7/13/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/prometheus-net-4.2.0` --- ### 📝 Commits (1) - [`e757c58`](https://github.com/jellyfin/jellyfin/commit/e757c58e86894b7115c6b6f72ed98e997b499e0a) Bump prometheus-net from 4.1.1 to 4.2.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+1 -1) </details> ### 📄 Description Bumps [prometheus-net](https://github.com/prometheus-net/prometheus-net) from 4.1.1 to 4.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus-net/prometheus-net/releases">prometheus-net's releases</a>.</em></p> <blockquote> <h2>Easier install on .NET 5, more accurate histogram buckets, bugfixes</h2> <ul> <li>Added Histogram.PowersOfTenDividedBuckets()</li> <li>Improved accuracy of histogram bucket calculations to reduce the likelyhood of seeing 0.00000000000000000001 offsets from expected value due to floating point math.</li> <li>Added ConfigureAwait(false) to MetricHandler to help avoid deadlocks in some rare scenarios. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/308">#308</a></li> <li>Fix defect where MetricPusher terminated when HttpClient signaled timeout. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/302">#302</a>, <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/293">#293</a></li> <li>No longer need to manually reference ASP.NET Core SDK in csproj file when installing prometheus-net.AspNetCore library. It gets automatically referenced now. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/267">#267</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus-net/prometheus-net/blob/master/History">prometheus-net's changelog</a>.</em></p> <blockquote> <ul> <li>4.2.0</li> </ul> <ul> <li>Added Histogram.PowersOfTenDividedBuckets()</li> <li>Improved accuracy of histogram bucket calculations to reduce the likelyhood of seeing 0.00000000000000000001 offsets from expected value due to floating point math.</li> <li>Added ConfigureAwait(false) to MetricHandler to help avoid deadlocks in some rare scenarios. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/308">#308</a></li> <li>Fix defect where MetricPusher terminated when HttpClient signaled timeout. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/302">#302</a>, <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/293">#293</a></li> <li>No longer need to manually reference ASP.NET Core SDK in csproj file when installing prometheus-net.AspNetCore library. It gets automatically referenced now. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/267">#267</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/ec10b08f8783203cd962beae317d9577adbe2882"><code>ec10b08</code></a> Automatically reference ASP.NET Core SDK when installing nuget package</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/7aacfb0609ef1fe6de9fa8f16193c05229bcc4a6"><code>7aacfb0</code></a> Mark ASP.NET Core SDK as required in nuspec</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/3c860902886936e76ff8e045259fc4808a5ed7d7"><code>3c86090</code></a> History update</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/ca9545462893940af0a5f4497410a7386c093bbe"><code>ca95454</code></a> Handle HttpClient timeout to avoid terminating push thread</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/b9c49cd91b17011791fa61b17a86a803518ecb33"><code>b9c49cd</code></a> History update</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/b93d98812e3add968c73cd1dd975ed879a9ce631"><code>b93d988</code></a> Adjust potentially misleading comments</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/6f4ecb0eae0db3acafd6c94533a2e94b5f08da07"><code>6f4ecb0</code></a> ConfigureAwait(false) on metric handler stop</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/60ebafaf622b6c0de6888f53bdd925d6b2bb65b2"><code>60ebafa</code></a> Improved accuracy of histogram bucket calculations</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/c99122a782c2179113b792c377b932442aded1a2"><code>c99122a</code></a> Added Histogram.PowersOfTenDividedBuckets()</li> <li>See full diff in <a href="https://github.com/prometheus-net/prometheus-net/compare/v4.1.1...v4.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prometheus-net&package-manager=nuget&previous-version=4.1.1&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:28:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10894