This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
rev-02a0517: feat: Add metrics for validation (#42)
github-actions
released this
18 Jul 16:17
·
5 commits
to main
since this release
This change creates a `Validate` trait and then uses it to wrap the existing validation logic. We then wrap our `Validator` struct using `WithMetrics` to expose whether requests passed/failed/skipped validation.