What problem does it solve?
Live Debugger solves the issue of inspecting production runtime argument/variable values without redeploying services, aiding in understanding function input, parameter states, and capturing live service data.
Core Features & Use Cases
- Live Data Capture: Place log probes on running services to capture runtime data without redeployment.
- Custom Templates: Create probes with custom templates and conditions for specific data requirements.
- Real-time Streaming: Stream captured events in real time for continuous monitoring.
- Use Case: If you need to know the values a function receives or understand the state of parameters at runtime, use the Live Debugger to place probes and capture the necessary data.
Quick Start
To create a probe for the 'my-service' service in the 'production' environment, use the command: pup debugger probes create --service my-service --env production --capture "request.id" --capture "request.headers" --ttl 1h