mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 17:44:15 +01:00
add some more metrics for files downloading from caches
This commit is contained in:
parent
b5734bdda5
commit
68f0b28e9d
4 changed files with 32 additions and 2 deletions
|
|
@ -74,6 +74,8 @@ public class Startup
|
|||
MetricsAPI.GaugeQueueFree,
|
||||
MetricsAPI.GaugeQueueInactive,
|
||||
MetricsAPI.GaugeQueueActive,
|
||||
MetricsAPI.GaugeFilesDownloadingFromCache,
|
||||
MetricsAPI.GaugeFilesTasksWaitingForDownloadFromCache
|
||||
}));
|
||||
|
||||
// generic services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue