EngineSystem SchemasSYSMETRICS Schema

SYSMETRICS Schema v24.5.6+

The SYSMETRICS schema provides information about Kubling internal metrics.

Tables and Views

SYSMETRICS.Metrics

This table provides information about the metrics exposed by the system.

Column NameTypeDescription
namestringName of the metric
descriptionstringDescription of the metric
unitstringUnit of measurement (e.g., threads, megabyte)
tagsstringTags associated with the metric
statisticstringType of statistic (e.g., VALUE, COUNT)
valstringCurrent value of the metric

SYSMETRICS.Health v25.3+

This table provides the health status of the engine. For more information, please see the Health Endpoint Documentation.

Column NameTypeDescription
statusstringUP or DOWN
upbooleantrue if the engine is up, false otherwise

SYSMETRICS.DataSources v25.3.1+

This table provides the health status per data source.

Column NameTypeDescription
namestringData source name
typestringData source type (dataSourceType)
statusstringUP or DOWN
upbooleantrue if the data source is up, false otherwise
contributes_to_healthbooleanIndicates whether this data source contributes to overall engine health
last_checktimestampIndicates when the engine performed the last check