Skip to content

Releases: phylaxsystems/invalidating-trace

v0.1.1

14 Jan 18:06
cf5c426

Choose a tag to compare

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