Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(metrics): double counting injection failures
Fix injection counting logic in `Handle()` to address a potential double counting of an injection failure. Prior to this change, if `Mutate()` returned an error, an injection failure would be counted immediately. Then, if the response could not be serialized or written back, a second failure would be counted.
- Loading branch information