Sometimes when I tell people that logging can impact a microservices response time, I get strange looks. 🤨
Read OriginalThe article details a real-world scenario where excessive logging in a microservice's hot path caused a spike in p99 latency under high load. It presents two key fixes: changing a log level from Info to Debug and implementing asynchronous logging. The core message is to be intentional about logging practices to avoid performance degradation.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser