-
Enhancement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
Create a CLI command to parse the access log file and generate metrics. This command should have a `troubleshoot` prefix. Users can utilize the command to identify regressions after an update.
The parsing should calculate the metrics for min/max/avg and percentiles. We can utilize flags to show the longest requests and which operation.
The downside is that the access log will have a restricted format. Changes to the log format would fail to parse.