From 58424b39bcd047d76797384fd496488626ba53e8 Mon Sep 17 00:00:00 2001 From: sanne Date: Fri, 19 Nov 2021 19:36:19 +0100 Subject: [PATCH] test: Adapt api test metrics to namespacing --- test/cases/api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {