We are aware that there are issues in the codebase. This is a hobby project maintained in spare time. Fixes and improvements are implemented when time allows. Do not deploy in production without ...
"rawSql": "SELECT\n name AS tool_name,\n count() AS calls,\n round(avg(latency_ms)) AS avg_ms,\n round(quantile(0.95)(latency_ms)) AS p95_ms,\n round(max(latency_ms ...