Skip to content

Commit 65791ab

Browse files
feat: use metricbeat to grab host metrics (#1718)
1 parent 31951f6 commit 65791ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/load/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ pipeline {
197197

198198
// force kill any remaining app instance to ensure app can start
199199
sh(script: ".ci/load/scripts/app.sh stopApp")
200-
201-
script {
200+
metricbeat(es_secret: 'secret/apm-team/ci/load-test-cloud-elastic'){
201+
script {
202202
echo "start application with JVM options '${params.jvm_options}'"
203203

204204
def java_home = sh(script: ".ci/load/scripts/fetch_sdk.sh ${params.jvm_version}", returnStdout: true).trim()
@@ -276,7 +276,7 @@ pipeline {
276276
withSecretVault(secret: 'secret/apm-team/ci/bandstand', user_var_name: 'APP_TOKEN_TYPE', pass_var_name: 'APP_TOKEN') {
277277
sh(script: ".ci/load/scripts/app.sh")
278278
}
279-
279+
}
280280
}
281281
}
282282
post {

0 commit comments

Comments
 (0)