python-discord / infra

Infrastructure for Python Discord
https://python-discord.github.io/infra/
MIT License
9 stars 4 forks source link

Monitoring database performance on site #334

Open jb3 opened 1 month ago

jb3 commented 1 month ago

After migrating this evening, we've experienced a couple of minor latency jumps which have resulted in bot commands performing poorly.

We should find a way to accurately measure and find remedial action to ensure latency is as low as possible between site and bot.

This should come in the form of some tracing solution within Django that allows us to browse how much time is spent per database operation.

jchristgit commented 1 month ago

Doesn't Sentry already include database performance tracking?