mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:37:22 +01:00
add gauges for queue free/active/inactive
This commit is contained in:
parent
4024754b47
commit
255798c0c6
3 changed files with 9 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ public class Startup
|
|||
MetricsAPI.GaugeFilesUniquePastHourSize,
|
||||
MetricsAPI.GaugeCurrentDownloads,
|
||||
MetricsAPI.GaugeDownloadQueue,
|
||||
MetricsAPI.GaugeQueueFree,
|
||||
MetricsAPI.GaugeQueueInactive,
|
||||
MetricsAPI.GaugeQueueActive,
|
||||
}));
|
||||
services.AddSingleton<CachedFileProvider>();
|
||||
services.AddSingleton<FileStatisticsService>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue