diff --git a/test/cases/api.sh b/test/cases/api.sh index e36883e3a..2b4bfdadb 100755 --- a/test/cases/api.sh +++ b/test/cases/api.sh @@ -608,7 +608,7 @@ function collectMetrics(){ --cert /etc/osbuild-composer/client-crt.pem \ https://localhost/metrics) - echo "$METRICS_OUTPUT" | grep "^total_compose_requests" | cut -f2 -d' ' + echo "$METRICS_OUTPUT" | grep "^image_builder_composer_total_compose_requests" | cut -f2 -d' ' } function sendCompose() {