mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17: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
|
|
@ -28,4 +28,6 @@ public class MetricsAPI
|
|||
public const string GaugeFilesUniquePastDaySize = "mare_files_unique_past_day_size";
|
||||
public const string GaugeCurrentDownloads = "mare_current_downloads";
|
||||
public const string GaugeDownloadQueue = "mare_download_queue";
|
||||
public const string CounterFileRequests = "mare_files_requests";
|
||||
public const string CounterFileRequestSize = "mare_files_request_size";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue