"The network tab for containers with an HTTP client."
Instantly monitor network traffic in your local Docker containers.
HTTP client based on local files in the .bru format.
Lightweight & fast UI, without electron or a web browser.
Download
Features
- Offline only - HTTP requests are stored in local files using the .bru format
- Manage collections and folders to organize your requests
- Variables to re-use values
- Environment variables to switch between different environments
- Securely store secret variables in a .env file
How does container monitoring work?
The TrayceAgent container runs along side your existing containers. The agent uses eBPF probes to intercept network requests and send them back to the GUI to be displayed.
Protocols Supported:
- HTTP
- HTTPS (for Go and OpenSSL-based languages like Python, Ruby etc.)
- GRPC
- MySQL
- Postgres
Who is it for?
Trayce container monitoring is intended for anyone wanting to see whats going on inside their local Docker containers: backend developers, QA engineers, testers etc. It is not intended for production monitoring.