Skip to content

Fix error-rate metric for code suggestions

Bob Van Landuyt requested to merge bvl-fix-modelgateway-sli into master

Fix error-rate metric for code suggestions

This was using http_requests_total which no longer seemed to exist. The http_request_duration_seconds_count metric, that was already used for the operation rate contains all of the information we need.

Merge request reports