Subtrace
Subtrace is a debugging tool specializing in monitoring Docker containers by bringing a Wireshark-like interface for HTTP request analysis in backend servers. It offers developers an in-depth view of
Subtrace is a debugging tool specializing in monitoring Docker containers by bringing a Wireshark-like interface for HTTP request analysis in backend servers. It offers developers an in-depth view of
HTTP request inspection
View full details of incoming and outgoing requests including headers, payloads, and response codes
Request filtering
Search and filter requests by various criteria to focus on relevant traffic
Latency monitoring
Identify slow requests and measure response times at a glance
Chrome DevTools-style interface
Familiar UI design that requires minimal learning curve
Automatic tracing
Works with Docker containers without requiring instrumentation code
Self-hosted option
Keep data local rather than sending to external services
Debugging API integration issues and third-party service calls
Investigating why specific requests are slow or failing in production
Reviewing request and response payloads during security audits
Monitoring internal microservice communication in Kubernetes clusters
Troubleshooting application behaviour without adding logging code