Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SB stress tests: instrument sender #32776

Merged
merged 2 commits into from
Jan 5, 2023
Merged

Conversation

lmolkova
Copy link
Member

@lmolkova lmolkova commented Jan 5, 2023

Tiny fix that adds sender instrumentation and updates gitignore for generated files

@lmolkova lmolkova merged commit 99cfe48 into Azure:main Jan 5, 2023
@@ -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 \
Copy link
Contributor

@liukun-msft liukun-msft Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I haven't added the agent for sender because there is no custom telemtry data for sending scenario. But yes, we need to add this to send SDK telemtry. For EH stress test, the sender also need add agent if we want to track the sender client data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants