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 |