Interface DatadogFargateStatsdApplicationEnvVarsProps

interface DatadogFargateStatsdApplicationEnvVarsProps {
    doNotSet?: boolean;
    statsdHostEnvVarName?: string;
    statsdPortEnvVarName?: string;
}

Properties

doNotSet?: boolean

Whether to skip setting the environment variables in the other containers in the task.

Remarks

By default, the other containers will have the default environment variables set to allow sending metrics to the StatsD server.

Default

false
statsdHostEnvVarName?: string

The name of the environment variable to set to the host of the Datadog agent

Default

STATSD_HOST
statsdPortEnvVarName?: string

The name of the environment variable to set to the port of the Datadog agent

Default

STATSD_PORT

Generated using TypeDoc