Skip to content

Commit

Permalink
SB stress tests: instrument sender (#32776)
Browse files Browse the repository at this point in the history
* SB stress tests: instrument sender

* ignore gitignore
  • Loading branch information
lmolkova authored Jan 5, 2023
1 parent cdd7dd7 commit 99cfe48
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,10 @@ scalastyle-output.xml
.flattened-pom.xml
flatter.pom
/.vs/


# stress-tests
Chart.lock
generatedValues.yaml
stress-test-resources.json
stress-test-addons*
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"**/sdk/**/target/**",
"**/session-records/**",
"**/chromedriver",
".gitignore",
"*.jar",
"*.zip",
"*.avro",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ spec:
source $ENV_FILE &&
export CONTAINER_NAME=sender &&
export APPLICATIONINSIGHTS_ROLE_NAME=sender &&
java "org.springframework.boot.loader.JarLauncher" \
java -javaagent:BOOT-INF/classes/applicationinsights-agent-3.4.1.jar \
"org.springframework.boot.loader.JarLauncher" \
--TEST_CLASS=MessageSender
{{- include "stress-test-addons.container-env" . | nindent 6 }}
resources:
Expand Down

0 comments on commit 99cfe48

Please sign in to comment.