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

notifyNoData field of the DatadogMonitor CRD not working. Also, does it not support any "If data is missing for X minutes" settings? #573

Open
red8888 opened this issue Jul 25, 2022 · 4 comments

Comments

@red8888
Copy link

red8888 commented Jul 25, 2022

I'm looking at the DatadogMonitorOptions struct and I can't find any of these options:
image

Is this just not supported?

It seems like notifyNoData does nothing? If I set it to false and apply I see this:
image

If I set it to true and apply I see the same thing.

If I change it to "Show OK" and save (which is the setting I want) and then apply with notifyNoData: false it does not modify it.

So is notifyNoData a totally different setting? How do I set "Show OK" ?

@Kerwood
Copy link

Kerwood commented Sep 15, 2023

Any news on the issue ?

@0xStarcat
Copy link

have hundreds of monitors I'd like to create with the CRD that would use this field if it existed

@Kerwood
Copy link

Kerwood commented Jan 3, 2024

@0xStarcat
Don't get your hopes up, DataDog does not seem to care much about their existing paying customers. Here's an example. DataDog/datadog-api-client-go#1308 (comment)

@yzgyyang
Copy link

As a workaround, I added a formula default(a, 0) on the query - this will make "no data" become 0 in the metric, hence the monitor will resolve on no data.

image

Final query:

image

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

No branches or pull requests

5 participants