Skip to content

Commit 8a53218

Browse files
committed
feat: add profiling to print service
1 parent 56022db commit 8a53218

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,11 @@ services:
355355
DD_ENV: development
356356
DD_VERSION: ${COMMIT_SHA:-latest}
357357
DD_AGENT_HOST: datadog-agent
358-
DD_DATA_STREAMS_ENABLED: true
358+
DD_DATA_STREAMS_ENABLED: "true"
359359
DD_TRACE_OTEL_ENABLED: "true"
360360
DD_LOGS_INJECTION: "true"
361361
DD_RUNTIME_METRICS_ENABLED: "true"
362+
DD_PROFILING_ENABLED: "true"
362363
# Application configuration
363364
ASPNETCORE_ENVIRONMENT: Development
364365
DRIVING: AGNOSTIC

0 commit comments

Comments
 (0)