[PR #4788] [MERGED] Bump prometheus-net.AspNetCore from 4.0.0 to 4.1.1 #10280

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4788
Author: @dependabot[bot]
Created: 12/14/2020
Status: Merged
Merged: 12/31/2020
Merged by: @dkanada

Base: masterHead: dependabot/nuget/prometheus-net.AspNetCore-4.1.1


📝 Commits (1)

  • fdb3632 Bump prometheus-net.AspNetCore from 4.0.0 to 4.1.1

📊 Changes

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

View changed files

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

📄 Description

Bumps prometheus-net.AspNetCore from 4.0.0 to 4.1.1.

Release notes

Sourced from prometheus-net.AspNetCore's releases.

Static labels feature, minor new features, optimizations, fixes

4.1.1:

  • Bugfix: HTTP request metrics in 4.1.0 got broken due to typo in middleware helper.

4.1.0:

  • Fixed HttpClient metrics duration that was incorrectly measured. #265
  • prometheus-net.NetFramework.AspNet is now strong named, just like all the other assemblies. #273
  • NetFx target is now conditional for Windows builds only, to allow easier development work on nonwindows platforms. #264
  • MetricPusher now supports a callback for logging push errors. #186
  • Added support for defining static labels on registry or metric level. #256
  • Added ICollectorRegistry and IMetricFactory for mocking in test code. #268
  • Ignore /metrics URL by default in HTTP request metrics.
  • Fix overflow in Summary after observing more than uint.MaxValue events. #277
  • Reduce allocations in hot paths. #276, #275
  • Added request filtering (authorization) support to standalone MetricServer. #261
Changelog

Sourced from prometheus-net.AspNetCore's changelog.

  • 4.1.1
  • Bugfix: HTTP request metrics in 4.1.0 got broken due to typo in middleware helper.
  • 4.1.0
  • Fixed HttpClient metrics duration that was incorrectly measured. #265
  • prometheus-net.NetFramework.AspNet is now strong named, just like all the other assemblies. #273
  • NetFx target is now conditional for Windows builds only, to allow easier development work on nonwindows platforms. #264
  • MetricPusher now supports a callback for logging push errors. #186
  • Added support for defining static labels on registry or metric level. #256
  • Added ICollectorRegistry and IMetricFactory for mocking in test code. #268
  • Ignore /metrics URL by default in HTTP request metrics.
  • Fix overflow in Summary after observing more than uint.MaxValue events. #277
  • Reduce allocations in hot paths. #276, #275
  • Added request filtering (authorization) support to standalone MetricServer. #261
Commits
  • 1cfbebb Fix: Inverted condition stopped HTTP metrics from working
  • 9582014 4.1.0
  • 39d724e Added request filtering (authorization) support to standalone MetricServer.
  • 8980ce7 Replace Stopwatch with ValueStopwatch
  • dfe6091 History update
  • 128a9fe Fix overflow in Summary after observing more than uint.MaxValue events.
  • 4db8163 Ignore /metrics URL by default in HTTP request metrics.
  • d9b1559 Use a ValueStopwatch in HttpRequestDurationMiddleware and save Stopwatch allo...
  • 4dc0b83 Add commandline switch to benchmark to avoid need for rebuilds
  • 2972256 Reduce memory allocation during calls to WithLabels
  • Additional commits viewable 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/4788 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/14/2020 **Status:** ✅ Merged **Merged:** 12/31/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `dependabot/nuget/prometheus-net.AspNetCore-4.1.1` --- ### 📝 Commits (1) - [`fdb3632`](https://github.com/jellyfin/jellyfin/commit/fdb3632e7aa4ca7d763991a9852eb97256a71414) Bump prometheus-net.AspNetCore from 4.0.0 to 4.1.1 ### 📊 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.AspNetCore](https://github.com/prometheus-net/prometheus-net) from 4.0.0 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus-net/prometheus-net/releases">prometheus-net.AspNetCore's releases</a>.</em></p> <blockquote> <h2>Static labels feature, minor new features, optimizations, fixes</h2> <p>4.1.1:</p> <ul> <li>Bugfix: HTTP request metrics in 4.1.0 got broken due to typo in middleware helper.</li> </ul> <p>4.1.0:</p> <ul> <li>Fixed HttpClient metrics duration that was incorrectly measured. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/265">#265</a></li> <li>prometheus-net.NetFramework.AspNet is now strong named, just like all the other assemblies. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/273">#273</a></li> <li>NetFx target is now conditional for Windows builds only, to allow easier development work on nonwindows platforms. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/264">#264</a></li> <li>MetricPusher now supports a callback for logging push errors. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/186">#186</a></li> <li>Added support for defining static labels on registry or metric level. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/256">#256</a></li> <li>Added ICollectorRegistry and IMetricFactory for mocking in test code. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/268">#268</a></li> <li>Ignore /metrics URL by default in HTTP request metrics.</li> <li>Fix overflow in Summary after observing more than uint.MaxValue events. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/277">#277</a></li> <li>Reduce allocations in hot paths. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/276">#276</a>, <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/275">#275</a></li> <li>Added request filtering (authorization) support to standalone MetricServer. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/261">#261</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.AspNetCore's changelog</a>.</em></p> <blockquote> <ul> <li>4.1.1</li> </ul> <ul> <li>Bugfix: HTTP request metrics in 4.1.0 got broken due to typo in middleware helper.</li> </ul> <ul> <li>4.1.0</li> </ul> <ul> <li>Fixed HttpClient metrics duration that was incorrectly measured. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/265">#265</a></li> <li>prometheus-net.NetFramework.AspNet is now strong named, just like all the other assemblies. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/273">#273</a></li> <li>NetFx target is now conditional for Windows builds only, to allow easier development work on nonwindows platforms. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/264">#264</a></li> <li>MetricPusher now supports a callback for logging push errors. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/186">#186</a></li> <li>Added support for defining static labels on registry or metric level. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/256">#256</a></li> <li>Added ICollectorRegistry and IMetricFactory for mocking in test code. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/268">#268</a></li> <li>Ignore /metrics URL by default in HTTP request metrics.</li> <li>Fix overflow in Summary after observing more than uint.MaxValue events. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/277">#277</a></li> <li>Reduce allocations in hot paths. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/276">#276</a>, <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/275">#275</a></li> <li>Added request filtering (authorization) support to standalone MetricServer. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/261">#261</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/1cfbebb79719b9016284b7ded8dc5ef93e500fea"><code>1cfbebb</code></a> Fix: Inverted condition stopped HTTP metrics from working</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/9582014652cd315caa24d9a9270804d619b94249"><code>9582014</code></a> 4.1.0</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/39d724ee739bba313f0cd901c3855c5e24682444"><code>39d724e</code></a> Added request filtering (authorization) support to standalone MetricServer.</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/8980ce7a260c0aac768a5788aa34d1000792bf48"><code>8980ce7</code></a> Replace Stopwatch with ValueStopwatch</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/dfe60912a4015a98a38e5a729e1ede799c4845d1"><code>dfe6091</code></a> History update</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/128a9fe2335b9359a1022f7a1d38caff10d19a1a"><code>128a9fe</code></a> Fix overflow in Summary after observing more than uint.MaxValue events.</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/4db81634fc53fc5736a93d6a7187fb39c0e8d9f9"><code>4db8163</code></a> Ignore /metrics URL by default in HTTP request metrics.</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/d9b155941b57163fd9dc2198d0d4668c29aced4c"><code>d9b1559</code></a> Use a ValueStopwatch in HttpRequestDurationMiddleware and save Stopwatch allo...</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/4dc0b83b280395bc114c5530fa9843a244804f9b"><code>4dc0b83</code></a> Add commandline switch to benchmark to avoid need for rebuilds</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/29722563dadb62105ba4ac1c7a4d017de99d0cc8"><code>2972256</code></a> Reduce memory allocation during calls to WithLabels</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-net/prometheus-net/compare/v4.0.0...v4.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prometheus-net.AspNetCore&package-manager=nuget&previous-version=4.0.0&new-version=4.1.1)](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:17:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10280