mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:37:22 +01:00
add request size counters
This commit is contained in:
parent
1928a5f9b1
commit
32e9cf7795
4 changed files with 18 additions and 1 deletions
|
|
@ -63,6 +63,8 @@ public class Startup
|
|||
MetricsAPI.GaugeFilesUniquePastHourSize,
|
||||
MetricsAPI.GaugeCurrentDownloads,
|
||||
MetricsAPI.GaugeDownloadQueue,
|
||||
MetricsAPI.CounterFileRequests,
|
||||
MetricsAPI.CounterFileRequestSize
|
||||
}));
|
||||
services.AddSingleton<CachedFileProvider>();
|
||||
services.AddSingleton<FileStatisticsService>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue