Is UUID
Overview
Sifflet Is a UUID Monitor Template is a field-level format validation monitor. It accepts string fields and fails if the monitored field contains data that do not fulfill UUID format conditions.
As Code
Monitor Kind: FieldFormat
All the format monitors are grouped under the FieldFormat
Monitor kind.
format.kind: UUID
A format kind needs to be set to UUID to use the UUID mode of the FieldFormat
as code monitor.
field: the field that the monitor should check the format of
parameters:
kind: FieldFormat
field: CUSTOMER_ID
format:
kind: UUID
Filtering and grouping
Field format Monitors allow for filtering and grouping parameters.
parameters:
kind: FieldFormat
field: CUSTOMER_ID
format:
kind: UUID
whereStatement: NOT invalid
groupBy:
field: REGION
Time Window (Beta)
Beta
Field format Monitors now allow time window parameters.
Threshold Settings (Beta)
Beta
Field format Monitors now allow threshold configuration.
Updated about 1 month ago