Appearance
System Metrics
This page documents Prometheus metrics that reflect the overall uptime and availability status of key Yellowbrick system components, including the Lime service and the platform as a whole.
Purpose
System-level metrics are essential for tracking service health, restart behavior, and uptime baselines. Specifically, they help:
- Monitor whether the system is currently marked as “up” or “down”
- Track the total uptime duration of services (e.g., Lime)
- Detect unexpected restarts or prolonged downtimes
Metrics
| Name | Type | Freq | Labels | Description |
|---|---|---|---|---|
yb_lime_uptime_total | counter | 10s | - | Uptime of lime service in seconds |
yb_system_is_up | gauge | 1m | - | Is the system up and running |
yb_system_uptime_seconds | gauge | 1m | - | YB system uptime in seconds |