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 56022db commit 8a53218Copy full SHA for 8a53218
1 file changed
docker-compose.yml
@@ -355,10 +355,11 @@ services:
355
DD_ENV: development
356
DD_VERSION: ${COMMIT_SHA:-latest}
357
DD_AGENT_HOST: datadog-agent
358
- DD_DATA_STREAMS_ENABLED: true
+ DD_DATA_STREAMS_ENABLED: "true"
359
DD_TRACE_OTEL_ENABLED: "true"
360
DD_LOGS_INJECTION: "true"
361
DD_RUNTIME_METRICS_ENABLED: "true"
362
+ DD_PROFILING_ENABLED: "true"
363
# Application configuration
364
ASPNETCORE_ENVIRONMENT: Development
365
DRIVING: AGNOSTIC
0 commit comments