mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:47:21 +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
|
|
@ -13,6 +13,8 @@ public class MetricsAPI
|
|||
public const string GaugePairsPaused = "mare_pairs_paused";
|
||||
public const string GaugeFilesTotal = "mare_files";
|
||||
public const string GaugeFilesTotalSize = "mare_files_size";
|
||||
public const string GaugeFilesDownloadingFromCache = "mare_files_downloading_from_cache";
|
||||
public const string GaugeFilesTasksWaitingForDownloadFromCache = "mare_files_waiting_for_dl";
|
||||
public const string CounterUserPushData = "mare_user_push";
|
||||
public const string CounterUserPushDataTo = "mare_user_push_to";
|
||||
public const string CounterAuthenticationRequests = "mare_auth_requests";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue