Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDK constructs should support time-slice SLO type #311

Open
robert-tingirica opened this issue Oct 10, 2024 · 1 comment
Open

CDK constructs should support time-slice SLO type #311

robert-tingirica opened this issue Oct 10, 2024 · 1 comment

Comments

@robert-tingirica
Copy link

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
Copy link
Contributor

astuyve commented Oct 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants