This is a compact browser-based test panel designed to validate and observe an SSOT-based microservice architecture.
The tool allows developers to manually trigger predefined test scenarios and immediately inspect:
- JSON request/response behavior
- Input validation (valid / invalid JSON)
- Empty body handling
- Simulated delays
- Simulated HTTP errors (e.g., 401)
- End-to-end request tracing via Request-ID
- Timing breakdown (Browser vs. Proxy vs. Microservice)
Each test:
- Sends a controlled JSON payload
- Displays the full raw JSON response
- Shows browser execution time
- Shows microservice execution time (
duration_ms ) - Shows proxy execution time (
_trace.proxy_duration_ms ) - Marks the result as OK / FAIL based on expected behavior
The goal is not load testing, but architectural transparency:
It makes request flow, validation logic, timing, and error propagation visible in a single, compact interface โ without needing external tools.
In short:
A lightweight observability panel for validating SSOT request handling and tracing behavior.
