Closed emschwartz closed 1 year ago
Some of the Prometheus client libraries automatically append _total to the names of any counters. This makes the recording rules work, whether the metric is called function_calls_count or function_calls_count_total.
_total
function_calls_count
function_calls_count_total
Tested this on my local python set up and finally did get the High Error Rate SLO
High Error Rate SLO
Some of the Prometheus client libraries automatically append
_total
to the names of any counters. This makes the recording rules work, whether the metric is calledfunction_calls_count
orfunction_calls_count_total
.