Skip to content

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

NameTypeFreqLabelsDescription
yb_lime_compiler_request_error_totalcounter1m-Total number of compile requests ending in error
yb_lime_compiler_requests_totalcounter1m-Total number of compile requests
yb_lime_compiler_service_countgauge1m-Number of compiler services connected