Skip to content

add datadog java agent to startup.sh#71

Open
givanovexpe wants to merge 5 commits into
masterfrom
feature/dd_agent_profiling
Open

add datadog java agent to startup.sh#71
givanovexpe wants to merge 5 commits into
masterfrom
feature/dd_agent_profiling

Conversation

@givanovexpe

Copy link
Copy Markdown

📝 Description

🔗 Related Issues

@givanovexpe givanovexpe requested a review from a team as a code owner May 28, 2024 11:38
Comment thread scripts/startup.sh
# DD_ENV=env-name
# DD_VERSION=version
export JAVA_OPTS="$JAVA_OPTS -javaagent:/opt/waggle-dance/jars/dd-java-agent.jar -XX:FlightRecorderOptions=stackdepth=256 -Ddd.profiling.enabled=${DD_PROFILING_ENABLED} -Ddd.logs.injection=true -Ddd.service=${DD_SERVICE} -Ddd.env=${DD_ENV} -Ddd.version=${DD_VERSION}"
export JAVA_OPTS="$JAVA_OPTS -javaagent:/opt/waggle-dance/jars/dd-java-agent.jar -XX:FlightRecorderOptions=stackdepth=256 -Ddd.profiling.enabled=${DD_PROFILING_ENABLED} -Ddd.service=${DD_SERVICE} -Ddd.env=${DD_ENV} -Ddd.version=${DD_VERSION}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Could you explain why -Ddd.logs.injection=true was removed, please? Thanks.

@patduin patduin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Needs a changelog update please.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants