Releases: phylaxsystems/invalidating-trace
Releases · phylaxsystems/invalidating-trace
v0.1.1
Release Notes
New Features
- Prometheus Metrics Endpoint — Added a /metrics endpoint exposing Prometheus-compatible metrics for monitoring trace execution. Includes:
- Request counters and histograms (duration, response size)
- Queue metrics (wait time, depth, processing time)
- Forge execution metrics (duration, exit codes, stdout/stderr sizes)
- Callback delivery metrics (success/failure, duration)
Bug Fixes
- Fixed missing forge-std dependency in the Foundry project
- Removed accidental test run from CI workflow