Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/observability / / tryGetValidatorCounters
Function: tryGetValidatorCounters()
ts
function tryGetValidatorCounters(validator): RedactionCounters;Defined in: packages/observability/src/exporters/with-validation.ts:212
Pull the counters out of any exporter wrapped by withValidation. Returns null for exporters that were never wrapped.
Parameters
| Parameter | Type |
|---|---|
validator | RedactionValidatorInstance |