Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
DD_REMOTE_CONFIGURATION_REFRESH_INTERVAL: 5s
DD_DOGSTATSD_NON_LOCAL_TRAFFIC: true
testagent:
name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.29.1
name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.34.0
alias: testagent
variables:
LOG_LEVEL: ERROR
SNAPSHOT_DIR: ${CI_PROJECT_DIR}/tests/snapshots
SNAPSHOT_CI: 1
VCR_CI_MODE: true
VCR_CASSETTES_DIRECTORY: ${CI_PROJECT_DIR}/tests/llmobs/llmobs_cassettes
PORT: 9126
DD_POOL_TRACE_CHECK_FAILURES: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
volumes:
- ddagent:/tmp/ddagent:rw
testagent:
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.29.1
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.34.0
ports:
- "127.0.0.1:9126:8126"
volumes:
Expand Down
Loading