Skip to content
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)

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 16:17
· 5 commits to main since this release
02a0517
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.