[PR #6462] [MERGED] Bump prometheus-net from 4.2.0 to 5.0.1 #10974

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6462
Author: @dependabot[bot]
Created: 8/23/2021
Status: Merged
Merged: 8/27/2021
Merged by: @Bond-009

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


📝 Commits (1)

  • efed472 Bump prometheus-net from 4.2.0 to 5.0.1

📊 Changes

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

View changed files

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

📄 Description

Bumps prometheus-net from 4.2.0 to 5.0.1.

Release notes

Sourced from prometheus-net's releases.

Bugfix for PowersOfTenDividedBuckets with >= 10 divisions

Bugfix: PowersOfTenDividedBuckets did not work with >= 10 divisions due to overlap. Now skips overlapping region of generated series.

HTTP client metrics improvements

  • Added HTTP client metric that measures the response duration (time until response content reading is finished).
  • Added "client" label containing the name of HTTP client to HTTP client metrics.
  • Added "code" label with HTTP response code to HTTP client metrics. #299
  • HTTP client metrics now count responses when they are completed, not when started, to match with HTTP server metrics. Also renamed metric to httpclient_requests_sent_total since it said "received" previously (due to copy-paste error from HTTP server metrics).
  • HTTP client metrics are now published via the netstandard package, without requiring ASP.NET Core. #314
  • Added Counter.IncTo[Current]TimeUtc().
Changelog

Sourced from prometheus-net's changelog.

  • 5.0.1
  • Bugfix: PowersOfTenDividedBuckets did not work with >= 10 buckets due to overlap. Now skips overlapping region of generated series.
  • 5.0.0
  • Added HTTP client metric that measures the response duration (time until response content reading is finished).
  • Added "client" label containing the name of HTTP client to HTTP client metrics.
  • Added "code" label with HTTP response code to HTTP client metrics. #299
  • HTTP client metrics now count responses when they are completed, not when started, to match with HTTP server metrics. Also renamed metric to httpclient_requests_sent_total since it said "received" previously (due to copy-paste error from HTTP server metrics).
  • HTTP client metrics are now published via the netstandard package, without requiring ASP.NET Core. #314
  • Added Counter.IncTo[Current]TimeUtc().
Commits
  • 59e0610 * 5.0.1
  • 8d79f11 Potentially more compatible implementation of HttpClientResponseDurationHandler
  • 0afede9 Added "code" label with HTTP response code to HTTP client metrics.
  • 35f4961 Added Counter.IncTo[Current]TimeUtc().
  • 79466f7 HTTP client metrics are now published via the netstandard package, without re...
  • 5ea4c7e Fix labels in tests
  • e70ef8d Added "client" label containing the name of HTTP client to HTTP client metrics.
  • 5159cac Added HTTP client metric that measures the response duration (time until resp...
  • 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/6462 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/23/2021 **Status:** ✅ Merged **Merged:** 8/27/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/prometheus-net-5.0.1` --- ### 📝 Commits (1) - [`efed472`](https://github.com/jellyfin/jellyfin/commit/efed4728e6ce613727257776d990a0bd60b85dae) Bump prometheus-net from 4.2.0 to 5.0.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](https://github.com/prometheus-net/prometheus-net) from 4.2.0 to 5.0.1. <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>Bugfix for PowersOfTenDividedBuckets with &gt;= 10 divisions</h2> <p>Bugfix: PowersOfTenDividedBuckets did not work with &gt;= 10 divisions due to overlap. Now skips overlapping region of generated series.</p> <h2>HTTP client metrics improvements</h2> <ul> <li>Added HTTP client metric that measures the response duration (time until response content reading is finished).</li> <li>Added &quot;client&quot; label containing the name of HTTP client to HTTP client metrics.</li> <li>Added &quot;code&quot; label with HTTP response code to HTTP client metrics. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/299">#299</a></li> <li>HTTP client metrics now count responses when they are completed, not when started, to match with HTTP server metrics. Also renamed metric to httpclient_requests_sent_total since it said &quot;received&quot; previously (due to copy-paste error from HTTP server metrics).</li> <li>HTTP client metrics are now published via the netstandard package, without requiring ASP.NET Core. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/314">#314</a></li> <li>Added Counter.IncTo[Current]TimeUtc().</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>5.0.1</li> </ul> <ul> <li>Bugfix: PowersOfTenDividedBuckets did not work with &gt;= 10 buckets due to overlap. Now skips overlapping region of generated series.</li> </ul> <ul> <li>5.0.0</li> </ul> <ul> <li>Added HTTP client metric that measures the response duration (time until response content reading is finished).</li> <li>Added &quot;client&quot; label containing the name of HTTP client to HTTP client metrics.</li> <li>Added &quot;code&quot; label with HTTP response code to HTTP client metrics. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/299">#299</a></li> <li>HTTP client metrics now count responses when they are completed, not when started, to match with HTTP server metrics. Also renamed metric to httpclient_requests_sent_total since it said &quot;received&quot; previously (due to copy-paste error from HTTP server metrics).</li> <li>HTTP client metrics are now published via the netstandard package, without requiring ASP.NET Core. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/314">#314</a></li> <li>Added Counter.IncTo[Current]TimeUtc().</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/59e06102d3892a47641e7d7d0a9f633fe10e1e08"><code>59e0610</code></a> * 5.0.1</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/8d79f118d18bf6e6200495367eaa3aa8bd223dcb"><code>8d79f11</code></a> Potentially more compatible implementation of HttpClientResponseDurationHandler</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/0afede951c59b555a93e38eea1d8f19a3c7856d4"><code>0afede9</code></a> Added &quot;code&quot; label with HTTP response code to HTTP client metrics.</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/35f4961cfd48fd07bb60209c58a1307a0b4574d9"><code>35f4961</code></a> Added Counter.IncTo[Current]TimeUtc().</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/79466f78886ad8bba6078b5006b2f33287241d7f"><code>79466f7</code></a> HTTP client metrics are now published via the netstandard package, without re...</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/5ea4c7e6795be7316a993ada9cb6c18e277dc01e"><code>5ea4c7e</code></a> Fix labels in tests</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/e70ef8db3549852a0c7855048e4ef482b554caeb"><code>e70ef8d</code></a> Added &quot;client&quot; label containing the name of HTTP client to HTTP client metrics.</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/5159cac8f1929cf6e4bb34022a817f54d005c9ef"><code>5159cac</code></a> Added HTTP client metric that measures the response duration (time until resp...</li> <li>See full diff in <a href="https://github.com/prometheus-net/prometheus-net/compare/v4.2.0...v5.0.1">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.2.0&new-version=5.0.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:30:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10974