[PR #3416] [MERGED] Bump prometheus-net.AspNetCore from 3.5.0 to 3.6.0 #9508

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3416
Author: @dependabot[bot]
Created: 6/22/2020
Status: Merged
Merged: 6/22/2020
Merged by: @dkanada

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


📝 Commits (1)

  • 35d8039 Bump prometheus-net.AspNetCore from 3.5.0 to 3.6.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 3.5.0 to 3.6.0.

Release notes

Sourced from prometheus-net.AspNetCore's releases.

gRPC integration + ASP.NET Core Health Checks integration + optimizations & fixes

  • Added ASP.NET Core health check publisher for publishing metrics on health check status. #203 #209
  • Fixed hang in ASP.NET Web API exporter. #215
  • Fixed ASP.NET Web API exporter exporting metrics from the wrong registry. #217
  • Reduced memory use in MetricPusher implementation. Inspired by #208
  • Added basic gRPC service metrics support. #212
  • Reduce pointless log spam on cancelled scrapes - will silently ignore cancelled scrapes in the ASP.NET Core exporter. #220
Changelog

Sourced from prometheus-net.AspNetCore's changelog.

  • 3.6.0
  • Added ASP.NET Core health check publisher for publishing metrics on health check status. #203 #209
  • Fixed hang in ASP.NET Web API exporter. #215
  • Fixed ASP.NET Web API exporter exporting metrics from the wrong registry. #217
  • Reduced memory use in MetricPusher implementation. Inspired by #208
  • Added basic gRPC service metrics support. #212
  • Reduce pointless log spam on cancelled scrapes - will silently ignore cancelled scrapes in the ASP.NET Core exporter. #220
Commits
  • 673cfe2 Update Readme.md (#224)
  • bd91778 Swallow OCEs due to RequestedAborted in ASP.NET Core
  • 15654ce Fix project references to renamed paths
  • 340a154 Historyfile update
  • f01bb40 Add gRPC nuspec
  • f68848e Directory rename to match project file
  • 28bd727 Prometheus.Grpc -> Prometheus namespace & readme update
  • 395c340 Add tester for gRPC
  • 66ec9eb Target .NET Core LTS versions
  • b732200 3.6.0 for new features
  • 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/3416 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/22/2020 **Status:** ✅ Merged **Merged:** 6/22/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `dependabot/nuget/prometheus-net.AspNetCore-3.6.0` --- ### 📝 Commits (1) - [`35d8039`](https://github.com/jellyfin/jellyfin/commit/35d80392ecbfef4082178a0b73051f9b8eaa5ca8) Bump prometheus-net.AspNetCore from 3.5.0 to 3.6.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 3.5.0 to 3.6.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>gRPC integration + ASP.NET Core Health Checks integration + optimizations &amp; fixes</h2> <ul> <li>Added ASP.NET Core health check publisher for publishing metrics on health check status. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/203">#203</a> <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/209">#209</a></li> <li>Fixed hang in ASP.NET Web API exporter. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/215">#215</a></li> <li>Fixed ASP.NET Web API exporter exporting metrics from the wrong registry. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/217">#217</a></li> <li>Reduced memory use in MetricPusher implementation. Inspired by <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/208">#208</a></li> <li>Added basic gRPC service metrics support. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/212">#212</a></li> <li>Reduce pointless log spam on cancelled scrapes - will silently ignore cancelled scrapes in the ASP.NET Core exporter. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/220">#220</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>3.6.0</li> </ul> <ul> <li>Added ASP.NET Core health check publisher for publishing metrics on health check status. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/203">#203</a> <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/209">#209</a></li> <li>Fixed hang in ASP.NET Web API exporter. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/215">#215</a></li> <li>Fixed ASP.NET Web API exporter exporting metrics from the wrong registry. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/217">#217</a></li> <li>Reduced memory use in MetricPusher implementation. Inspired by <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/208">#208</a></li> <li>Added basic gRPC service metrics support. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/212">#212</a></li> <li>Reduce pointless log spam on cancelled scrapes - will silently ignore cancelled scrapes in the ASP.NET Core exporter. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/220">#220</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/673cfe24ed5f4d6183b30e8e210739cdc0637ade"><code>673cfe2</code></a> Update Readme.md (<a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/224">#224</a>)</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/bd91778a17c64a75ee59d622de30610262eb24ed"><code>bd91778</code></a> Swallow OCEs due to RequestedAborted in ASP.NET Core</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/15654ceb9dcc049e1549f0b7da5e5fe6fd3a5af5"><code>15654ce</code></a> Fix project references to renamed paths</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/340a15488e65ae4361177e419987c43b4764b127"><code>340a154</code></a> Historyfile update</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/f01bb40cb844c2bc4ac6d19a9aa672ba6c653dda"><code>f01bb40</code></a> Add gRPC nuspec</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/f68848ecfbd511a8f118372158b3f94d64175821"><code>f68848e</code></a> Directory rename to match project file</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/28bd727632d5947e4785eade081e2cbc024257aa"><code>28bd727</code></a> Prometheus.Grpc -&gt; Prometheus namespace &amp; readme update</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/395c340d08d752110e43fc602e7fbb87236adaaa"><code>395c340</code></a> Add tester for gRPC</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/66ec9ebdc7f1a792fdcd6fa910aff6b6ee5c44b8"><code>66ec9eb</code></a> Target .NET Core LTS versions</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/b732200d1083e6d666ef97c9d5116accd03a6e39"><code>b732200</code></a> 3.6.0 for new features</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-net/prometheus-net/compare/v3.5.0...v3.6.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=3.5.0&new-version=3.6.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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:03:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9508