Interface DatadogFargateStatsdProps

interface DatadogFargateStatsdProps {
    applicationEnvVars?: DatadogFargateStatsdApplicationEnvVarsProps;
    enabled?: boolean;
    port?: number;
}

Properties

enabled?: boolean

Whether the Datadog StatsD server should be enabled within the agent

Default

false
port?: number

Port on which the StatsD server will listen for metrics

Default

8125

Generated using TypeDoc