Skip to content

Commit 4ac9961

Browse files
authored
fix(metrics): ensure the namespaces are exported for the metric collectors (#312)
Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
1 parent ef2d423 commit 4ac9961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-scripts/collect-results.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export TMP_DIR
1818
TMP_DIR=$(python3 -c 'import os, sys; print(os.path.realpath(sys.argv[1]))' "${TMP_DIR:-.tmp}")
1919
mkdir -p "${TMP_DIR}"
2020

21+
export RHDH_NAMESPACE LOCUST_NAMESPACE
22+
2123
RHDH_NAMESPACE=${RHDH_NAMESPACE:-rhdh-performance}
2224
ENABLE_PROFILING="${ENABLE_PROFILING:-false}"
2325
RHDH_INSTALL_METHOD="${RHDH_INSTALL_METHOD:-helm}"

0 commit comments

Comments
 (0)