mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6882] [CLOSED] Create prometheus metric for item counts #11182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6882
Author: @holahmeds
Created: 11/21/2021
Status: ❌ Closed
Base:
master← Head:item-count-metric📝 Commits (2)
b220f1eCreate metric for item countsd84db4bMove prometheus metrics to it's own class📊 Changes
3 files changed (+104 additions, -7 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+10 -7)➕
Emby.Server.Implementations/Metrics/PrometheusMetricsCollector.cs(+75 -0)➕
MediaBrowser.Controller/Metrics/IMetricsCollector.cs(+19 -0)📄 Description
Changes
Create prometheus metric for number of items in library, by item type:
Issues
#3016
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.