All Monitor Templates

Here is the list of all the Sifflet Monitor Templates:

Monitor templateCategoryApplicationDescription
VolumeTable-level HealthTableCounts newly ingested rows and alerts on anomalous behaviour
Row-level DuplicatesTable-level HealthTableComputes the duplication rate [%] on a row-level and compares it to the expected value based on past behavior.
FreshnessTable-level HealthTableVerifies whether new rows have been ingested into your table following the expected pattern.
Freshness (Update time gap)Table-level HealthTableThe monitor fails when the duration since the last update deviates from historical norms.
Schema ChangeTable-level HealthTableDetects any change to the schema: new field(s), removed field(s), existing field(s) with updated types or names.
MetricsMetricsFields: NumericThe monitor detects changes in an aggregated metric of a field (i.e. Sum)
Custom MetricsMetricsTableThe rule fails if the time series returned by the query behaves differently from how it did in the past
Correlated MetricsMetricsFields: NumericThe monitor fails if defined metrics diverge significantly from one another.
Distribution ChangeField profilingFields: AllThe monitor fails if the distribution of a given field has changed abnormally compared to a previous run.
DuplicatesField profilingFields: AllThe monitor detects anomalies regarding the count of duplicates for a column or a set of columns
UniqueField profilingFields: AllA simplified version of the duplicates monitor that fails if a column or set of columns is not unique
NullsField profilingFields: AllThe monitor detects anomalies regarding the count of nulls/empties in a column or a set of columns
Value List ValidationField profilingFields: StringThe monitor fails if the chosen field has values that are not present in the given list.
Value RangeField ProfilingFields: NumericThe monitor fails if the chosen field has any values outside of a given range.
Referential IntegrityField profilingFields: AllThe monitor fails if values in one table are not present in the other table
Is an emailFormat validationFields: StringThe monitor fails if the chosen field contains at least one row that does not have an email format.
Is a phone numberFormat validationFields: StringThe monitor fails if the chosen field contains at least one row that does not have a phone number format.
I.e. checking for 6 to 16 digits and will accept the field to contain the following characters +, -, (, )
Is UUIDFormat validationFields: StringThe monitor fails if the chosen field contains at least one row that does not have a UUID format.
Matches regexFormat validationFields: StringThe rule fails if the selected field contains at least one row that does not match the format specified by the given regular expression.
SQLCustomTableAn advanced template to write custom monitors based on business specifics. The SQL query must describe a quality breach on one or more tables within the same data source.
No Code ConditionsCustomTableAs for SQL, this template allows writing custom monitors based on business use cases. With conditional statements, no SQL syntax is needed. The rule fails if values are found inside the filtering criteria set by conditional rules.
SQL ConditionsCustomTableThis template is similar to the SQL monitor template but instead of specifying the entire SQL query, only the condition (boolean) needs to be specified. This way, you can use complex SQL conditions while benefiting from the added features from Sifflet such as Incremental Scans, Look-back period, etc.

Did this page help you?