Interface DatadogFargateApmProps

interface DatadogFargateApmProps {
    applicationEnvVars?: DatadogFargateApmApplicationEnvVarsProps;
    enabled?: boolean;
    port?: number;
}

Properties

enabled?: boolean

Whether the Datadog APM should be enabled within the agent

Default

false
port?: number

Port on which the APM will listen for traces

Default

8126

Generated using TypeDoc