[PR #7418] [MERGED] Bump prometheus-net.AspNetCore from 5.0.2 to 6.0.0 #11208

Closed
opened 2025-12-22 08:36:29 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7418
Author: @dependabot[bot]
Created: 3/7/2022
Status: Merged
Merged: 3/7/2022
Merged by: @crobibero

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


📝 Commits (1)

  • de766e6 Bump prometheus-net.AspNetCore from 5.0.2 to 6.0.0

📊 Changes

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

View changed files

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

📄 Description

Bumps prometheus-net.AspNetCore from 5.0.2 to 6.0.0.

Release notes

Sourced from prometheus-net.AspNetCore's releases.

v6.0.0 - additional HTTP server metric labels + Meters API + EventCounters API + more

  • Dropped library support for unsupported .NET runtime versions (.NET 2.1).
  • If Razor Pages is enabled, the "page" label is now automatically added to the default HTTP server metrics, unless there is a user-defined label already present with this name.
  • The "endpoint" label is now automatically added to the default HTTP server metrics, containing this endpoint routing route pattern of the request, unless there is a user-defined label already present with this name.
  • Added integration with .NET EventCounters, which can now be easily exposed as Promtheus metrics (see EventCounterAdapter class).
  • Added integration with .NET Meters, which can now be easily exposed as Promtheus metrics (see MeterAdapter class).
  • Added ReplaceOnPush option to MetricPusher #305 #322.
  • Minimum .NET Framework version is now 4.6.2.
Changelog

Sourced from prometheus-net.AspNetCore's changelog.

  • 6.0.0
  • Dropped library support for unsupported .NET runtime versions (.NET 2.1).
  • If Razor Pages is enabled, the "page" label is now automatically added to the default HTTP server metrics, unless there is a user-defined label already present with this name.
  • The "endpoint" label is now automatically added to the default HTTP server metrics, containing this endpoint routing route pattern of the request, unless there is a user-defined label already present with this name.
  • Added integration with .NET EventCounters, which can now be easily exposed as Promtheus metrics (see EventCounterAdapter class).
  • Added integration with .NET Meters, which can now be easily exposed as Promtheus metrics (see MeterAdapter class).
  • Added ReplaceOnPush option to MetricPusher #305 #322.
  • Minimum .NET Framework version is now 4.6.2.
  • 5.1.0
  • Add support for adding custom label value providers to HTTP server metrics. #347
Commits

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/7418 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/7/2022 **Status:** ✅ Merged **Merged:** 3/7/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `dependabot/nuget/prometheus-net.AspNetCore-6.0.0` --- ### 📝 Commits (1) - [`de766e6`](https://github.com/jellyfin/jellyfin/commit/de766e687ddf7d170f4cf47db136cad1b5d22b38) Bump prometheus-net.AspNetCore from 5.0.2 to 6.0.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.AspNetCore](https://github.com/prometheus-net/prometheus-net) from 5.0.2 to 6.0.0. <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>v6.0.0 - additional HTTP server metric labels + Meters API + EventCounters API + more</h2> <ul> <li>Dropped library support for unsupported .NET runtime versions (.NET 2.1).</li> <li>If Razor Pages is enabled, the &quot;page&quot; label is now automatically added to the default HTTP server metrics, unless there is a user-defined label already present with this name.</li> <li>The &quot;endpoint&quot; label is now automatically added to the default HTTP server metrics, containing this endpoint routing route pattern of the request, unless there is a user-defined label already present with this name.</li> <li>Added integration with .NET EventCounters, which can now be easily exposed as Promtheus metrics (see EventCounterAdapter class).</li> <li>Added integration with .NET Meters, which can now be easily exposed as Promtheus metrics (see MeterAdapter class).</li> <li>Added ReplaceOnPush option to MetricPusher <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/305">#305</a> <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/322">#322</a>.</li> <li>Minimum .NET Framework version is now 4.6.2.</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>6.0.0</li> </ul> <ul> <li>Dropped library support for unsupported .NET runtime versions (.NET 2.1).</li> <li>If Razor Pages is enabled, the &quot;page&quot; label is now automatically added to the default HTTP server metrics, unless there is a user-defined label already present with this name.</li> <li>The &quot;endpoint&quot; label is now automatically added to the default HTTP server metrics, containing this endpoint routing route pattern of the request, unless there is a user-defined label already present with this name.</li> <li>Added integration with .NET EventCounters, which can now be easily exposed as Promtheus metrics (see EventCounterAdapter class).</li> <li>Added integration with .NET Meters, which can now be easily exposed as Promtheus metrics (see MeterAdapter class).</li> <li>Added ReplaceOnPush option to MetricPusher <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/305">#305</a> <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/322">#322</a>.</li> <li>Minimum .NET Framework version is now 4.6.2.</li> </ul> <ul> <li>5.1.0</li> </ul> <ul> <li>Add support for adding custom label value providers to HTTP server metrics. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/347">#347</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/4598e28718488765177bebf3505a0645f8f923dc"><code>4598e28</code></a> Merge branch 'master' of <a href="https://github.com/prometheus-net/prometheus-net">https://github.com/prometheus-net/prometheus-net</a></li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/60d35dc529f5a6be9cc9b2c9bd2ae17e3b7ed026"><code>60d35dc</code></a> Fix confusing history</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/0dd30d31e12c10d1746901b6d0444bdc14542c1f"><code>0dd30d3</code></a> Update README.md</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/e5fcf7993df120c5cc5627a01242db4195cab5e3"><code>e5fcf79</code></a> Update README.md</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/38d45fa0a102e9afc76f031675aa0719d4f063d1"><code>38d45fa</code></a> Fix up bad comment</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/2d73ba2bacc613bd03a6716ab83aa9f782f06adb"><code>2d73ba2</code></a> Fixup things</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/059025f796d9031f42e72a2672d1ce76a001f83a"><code>059025f</code></a> Whitespace</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/fc283a78ed9b835f71c6017ed3625536aee9a685"><code>fc283a7</code></a> Added a new method to AspNetMetricService.cs which allows custom routes</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/5410cb956e4d4c34074da0284597ebd3e3cf0f44"><code>5410cb9</code></a> Move community projects down in the readme, as space in the header is getting...</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/7b329ce0bc75bf224183c9826258967a5a0235d4"><code>7b329ce</code></a> Link PromQL.Parser</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-net/prometheus-net/compare/v5.0.2...v6.0.0">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=5.0.2&new-version=6.0.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>
backuprepo 2025-12-22 08:36:29 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11208
No description provided.