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 Name | Type | Description |
---|---|---|
name | string | Name of the metric |
description | string | Description of the metric |
unit | string | Unit of measurement (e.g., threads , megabyte ) |
tags | string | Tags associated with the metric |
statistic | string | Type of statistic (e.g., VALUE , COUNT ) |
val | string | Current 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 Name | Type | Description |
---|---|---|
status | string | UP or DOWN |
up | boolean | true if the engine is up, false otherwise |
SYSMETRICS.DataSources v25.3.1+
This table provides the health status per data source.
Column Name | Type | Description |
---|---|---|
name | string | Data source name |
type | string | Data source type (dataSourceType ) |
status | string | UP or DOWN |
up | boolean | true if the data source is up, false otherwise |
contributes_to_health | boolean | Indicates whether this data source contributes to overall engine health |
last_check | timestamp | Indicates when the engine performed the last check |