Skip to content

Commit e100a36

Browse files
enable v1 endpoint on agent for efficient payload scenario (#5569)
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
1 parent e23ac10 commit e100a36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/_context/_scenarios/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ class _Scenarios:
541541
"DD_TRACE_SAMPLE_RATE": "1.0",
542542
"DD_TRACE_V1_PAYLOAD_FORMAT_ENABLED": "true",
543543
},
544+
agent_env={
545+
"DD_APM_ENABLE_V1_TRACE_ENDPOINT": "true",
546+
},
544547
backend_interface_timeout=5,
545548
doc="End-to-end testing scenario focused on efficient payload handling and v1 trace format validation",
546549
)

0 commit comments

Comments
 (0)