You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm looking at the DatadogMonitorOptions struct and I can't find any of these options:
Is this just not supported?
It seems like
notifyNoData
does nothing? If I set it to false and apply I see this: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" ?
The text was updated successfully, but these errors were encountered: