We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23ac10 commit e100a36Copy full SHA for e100a36
utils/_context/_scenarios/__init__.py
@@ -541,6 +541,9 @@ class _Scenarios:
541
"DD_TRACE_SAMPLE_RATE": "1.0",
542
"DD_TRACE_V1_PAYLOAD_FORMAT_ENABLED": "true",
543
},
544
+ agent_env={
545
+ "DD_APM_ENABLE_V1_TRACE_ENDPOINT": "true",
546
+ },
547
backend_interface_timeout=5,
548
doc="End-to-end testing scenario focused on efficient payload handling and v1 trace format validation",
549
)
0 commit comments