j8a
j8a copied to clipboard
Daily Route Traffic Report
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.