test: Adapt api test metrics to namespacing
This commit is contained in:
parent
3443fb8771
commit
58424b39bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue