metrics_health

-1 rows


Description

System table which identifies consistency and possible missing data across the metrics database transactional tables

Columns

Column Type Size Nulls Auto Default Children Parents Comments
table_name text 2147483647 null

Name of the table checked, or health check which was run

total int8 19 null

Total number of records found in metrics for the table referenced in table_name (may not apply to some checks)

missing int8 19 null

Number of missing records or a difference between two sources

missing_ids text 2147483647 null

A comma separated list of IDs missing from metrics (may not apply to some checks)

updated timestamptz 35,6 null

When the health check was run

Relationships