-
Notifications
You must be signed in to change notification settings - Fork 14
Enable Test_TelemetryEnhancedConfigReporting for java #5324
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
Changes from 18 commits
97e838f
cf5735d
4eb824d
1d67eb0
a05e1b7
1dfab01
fe1c349
d1c7135
8354010
446528c
568ce6c
a80d551
3c6fb24
e98241d
4b96513
236a990
06df82e
a9fc107
8790c6c
b8ab89c
25743d5
66a8ee4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -20,12 +20,14 @@ COPY --from=build /binaries/SYSTEM_TESTS_LIBRARY_VERSION SYSTEM_TESTS_LIBRARY_VE | |||
|
|
||||
| COPY --from=build /app/target/myproject-0.0.1-SNAPSHOT.jar /app/app.jar | ||||
| COPY --from=build /dd-tracer/dd-java-agent.jar . | ||||
| COPY ./utils/build/docker/java/ConfigChaining.properties /app/ConfigChaining.properties | ||||
|
|
||||
| ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent' | ||||
| # FIXME: Fails on APPSEC_BLOCKING, see APPSEC-51405 | ||||
| # ENV DD_TRACE_INTERNAL_EXIT_ON_FAILURE=true | ||||
|
|
||||
| ENV JVM_ARGS='-javaagent:/app/dd-java-agent.jar' | ||||
| COPY ./utils/build/docker/java/ConfigChaining.properties app/ConfigChaining.properties | ||||
|
||||
| COPY ./utils/build/docker/java/ConfigChaining.properties app/ConfigChaining.properties |
Duplicate from above
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if you tested this already, but is it possible to change this in the definition of the Scenario? AKA would updating DD_TRACE_CONFIG to/app/ConfigChaining.properties work for all weblog apps? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessarily this wording, but I do feel like it makes sense to state that there is a nuance between
originand the actual source that is used.