> For the complete documentation index, see [llms.txt](https://docs.telm.ai/telmai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telm.ai/telmai/monitoring-data/user-defined-monitors/built-in-metrics.md).

# Built-in Metrics

Below is the list of metrics calculated in Telmai out-of-box

<table><thead><tr><th width="221.20703125">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Total Record Count</td><td>The total size of the monitored table. This is only available when CDC is enabled (i.e., the “delta only” flag is on). If the flag is off or the monitored source is not an SQL database, this field will be set to N/A.</td></tr><tr><td>Record Count</td><td>If CDC is enabled it reflects the size of the delta, otherwise, it's the size of the entire set of data.</td></tr><tr><td>Completeness</td><td><p>Percentage of not null/missing/placeholder values. Completeness is tracked both at the data source level as well as the attribute level:</p><p><br></p><ul><li>Attribute level: percent of records where the attribute value is not null, not empty, or not one of the user-defined placeholders like N/A.</li><li>Data Source level: the compounded average of all attribute level completeness within a data source.</li></ul></td></tr><tr><td>Freshness</td><td>Table Level Freshness is based on the time since the table was last updated. It is available for Snowflake, BigQuery, Databricks/Delta Lake, and Hive/Iceberg (derived from table metadata), and for Firebolt, Redshift, and Oracle (requires a timestamp attribute). It is not computed for generic JDBC sources (e.g., Trino, MySQL, Microsoft SQL Server, Athena) or for cloud storage assets (S3, GCS, Azure, OneLake).</td></tr><tr><td>Uniqueness</td><td><p>Uniqueness of the records based on an ID attribute. The KPI measures the ratio of records with unique id versus the total number of records. For example, if out of 10 records, there are 2 records sharing the same value the uniqueness is 80%.</p><p>An attribute can be marked as an ID attribute in the Advanced section of the Edit Connection menu. If ID attribute is not configured this KPI will be N/A</p></td></tr><tr><td>Contains PII</td><td><p>Value contains PII pattern for either of<br></p><ul><li>Credit cards</li><li>IP Addresses</li><li>Social security numbers</li><li>Phone numbers</li><li>Zip codes</li><li>Email</li><li>Credit card</li></ul></td></tr><tr><td>Length</td><td>String length</td></tr></tbody></table>
