Skip to content

Commit

Permalink
Update test agent configuration (#3372)
Browse files Browse the repository at this point in the history
* Update test agent configuration

* Update test sgent config

* Update test agent configuration

---------

Co-authored-by: William Conti <[email protected]>
  • Loading branch information
2 people authored and khanayan123 committed Jan 2, 2024
1 parent 8574513 commit 12f185f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
ports:
- 3000:3000
testagent:
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:latest
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.16.0
env:
LOG_LEVEL: DEBUG
TRACE_LANGUAGE: javascript
DISABLED_CHECKS: trace_content_length
ENABLED_CHECKS: trace_stall,meta_tracer_version_header,trace_count_header,trace_peer_service
PORT: 9126
ports:
- 9126:9126
Expand Down Expand Up @@ -985,11 +985,11 @@ jobs:
- 1521:1521
- 5500:5500
testagent:
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:latest
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.16.0
env:
LOG_LEVEL: DEBUG
TRACE_LANGUAGE: javascript
DISABLED_CHECKS: trace_content_length
ENABLED_CHECKS: trace_stall,meta_tracer_version_header,trace_count_header,trace_peer_service
PORT: 9126
ports:
- 9126:9126
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ services:
- LDAP_PASSWORDS=password1,password2

testagent:
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.13.1
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.16.0
ports:
- "127.0.0.1:9126:9126"
environment:
- LOG_LEVEL=DEBUG
- TRACE_LANGUAGE=javascript
- DISABLED_CHECKS=trace_content_length
- ENABLED_CHECKS=trace_stall,meta_tracer_version_header,trace_count_header,trace_peer_service
- PORT=9126

0 comments on commit 12f185f

Please sign in to comment.