Appearance
Compiler Service Metrics
This page documents Prometheus metrics emitted by the Compiler Service, which is responsible for handling compile-time requests across the Yellowbrick platform.
Purpose
These metrics are used to track:
- The volume of compile requests processed (
requests_total) - Error rates (
request_error_total) - The number of active compiler service instances (
service_count)
They are primarily used to monitor service availability and error trends, and to support alerting and long-term performance analysis.
Metrics
| Name | Type | Freq | Labels | Description |
|---|---|---|---|---|
yb_lime_compiler_request_error_total | counter | 1m | - | Total number of compile requests ending in error |
yb_lime_compiler_requests_total | counter | 1m | - | Total number of compile requests |
yb_lime_compiler_service_count | gauge | 1m | - | Number of compiler services connected |