Implementing issue #1729
I do not have access to a testing/sandbox Datadog environnement unfortunately so I could not run the acceptance tests.
Hello
resource "datadog_monitor" "this" {
notification_preset_name = "hide_all"
}
It would be nice to have the new parameter notification_preset_name
as documented in the Datadog documentation that allows to hide content (query and mentions) on the monitor notification messages.
The API documentation seems limited as you can only find reference to this field in the examples for some reason.
Using the export feature on Datadog, possible values seem to be : hide_query
, hide_handles
and hide_all
.
Thanks for all the hardwork.
3.11.0 deployed here and memory leak is still there.
It seems directly related to HTTP requests, a health checkup route that just returns true
is being called every second. Other than that, no activity happens on that application.
Stack