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 0afa480 commit 56022dbCopy full SHA for 56022db
1 file changed
print-service/infra/aws/lib/api.ts
@@ -52,6 +52,11 @@ export class Api extends Construct {
52
port: 8080,
53
memoryLimitMiB: 512,
54
environmentVariables: {
55
+ DD_DATA_STREAMS_ENABLED: "true",
56
+ DD_TRACE_OTEL_ENABLED: "true",
57
+ DD_LOGS_INJECTION: "true",
58
+ DD_RUNTIME_METRICS_ENABLED: "true",
59
+ DD_PROFILING_ENABLED: "true",
60
DEPLOYMENT_HOST_URL: `https://${props.serviceProps.cloudfrontDistribution.distributionDomainName}`,
61
DRIVING: "AWS",
62
DRIVEN: "AWS",
0 commit comments