Colin Howe
Colin Howe
Best example is an explain on a join where more than one row is output
IN queries result in a lot of %s tokens, e.g. ``` IN (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s,...
Ideally, these should be trimmed out so queries are better grouped
Adding the server IP to sampled queries may help identify servers that are behaving badly
We use Sentry to capture exceptions. At the moment django_cron captures all unhandled exceptions and logs them to its own error model. Would you accept a PR that also records...
I've just run my first migration and there was a lot of output. It looks like in `cli.js` that `debug` is set to `true` with no other possible value. This...
Hi, Have you had any thoughts on how you might want to do reverse migrations? I'm likely to have some time to implement this and would want to do it...
## Related issue Similar to #2449 - this time for the profiler. ## Expected behavior In an IPv6 EKS cluster, $DD_AGENT_HOST is set to an IPv6 address, and requests should...