DataDog / datadog-cdk-constructs

CDK construct library to automagically instrument your Lambda functions with Datadog
Apache License 2.0
65 stars 28 forks source link

CDK constructs should support `time-slice` SLO type #311

Open robert-tingirica opened 1 month ago

robert-tingirica commented 1 month ago

Expected Behavior

There should be am entry for time slice slos

Actual Behavior

It is not supported

export declare enum CfnSloPropsType {
    /** monitor */
    MONITOR = "monitor",
    /** metric */
    METRIC = "metric"
}

like there is for terraform already

reference issue on CFN side

astuyve commented 1 month ago

Hi @robert-tingirica - thanks for reaching out!

At this time this repository is used for instrumenting Lambda functions using the AWS CDK. Although we do have hopes to expand it for other Datadog features, we do not have immediate plans to add support for SLOs at this time.

Thanks! AJ