test: Adapt api test metrics to namespacing

This commit is contained in:
sanne 2021-11-19 19:36:19 +01:00 committed by Sanne Raymaekers
parent 3443fb8771
commit 58424b39bc

View file

@ -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() {