Subomi Oluwalana’s Post

View profile for Subomi Oluwalana, graphic

Co-Founder & CEO at Convoy | Building a Webhooks Gateway

Yeah, performance engineering is half the time reading flame charts and trying to decipher what the fuck is going on in your code! At Convoy, Pyroscope has been our go-to tool at Convoy for debugging these nasty issues, from spotting O(n^2) algorithms to memory leaks, etc. Memory leaks are even more annoying to debug because guess what? The AWS console doesn't provide memory graphs. Just brilliant. We use OTel with SigNoz to spot redundant database connect calls. For example, we found that our database driver wasn't using the connection pool even though the documentation claimed otherwise.

To view or add a comment, sign in

Explore topics