j8a icon indicating copy to clipboard operation
j8a copied to clipboard

Daily Route Traffic Report

Open simonmittag opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Without a log file analyser the admin won't know how many requests per route and their status code.

Describe the solution you'd like A daily summary of each route similar to the TLS health check. Reports on number of requests per route, status codes and other noteworthy stats, i.e. rejected security tokens. Be careful not to affect performance too much when implementing this, it requires a request counter and memory inside the server. Also, this will only work on a single instance for now.

simonmittag avatar Jan 05 '21 20:01 simonmittag