José Noguera
Results
2
issues of
José Noguera
**Describe what happened:** [NewHostDelay](https://github.com/DataDog/datadog-operator/blob/main/controllers/datadogmonitor/monitor.go#L114-L116) is [Deprecated](https://github.com/DataDog/datadog-api-client-go/blob/ac14372d2bc7820a099fecb2e29d78ec92d47575/api/v1/datadog/model_monitor_options.go#L57-L58) in favor of [NewGroupDelay](https://github.com/DataDog/datadog-api-client-go/blob/ac14372d2bc7820a099fecb2e29d78ec92d47575/api/v1/datadog/model_monitor_options.go#L50-L51). This is making that creation of monitors always default to 60 seconds no matter the value `NewHostDelay` has. **Describe what...
bug
feature/datadog-monitor