Hanting ZHANG
Hanting ZHANG
This is due to changes on our backend that no longer send out responses that match the expectation of this resource. SLOs should be able to be created with this...
Hi @Nuru , Thanks for your feedback. Those 2 options belong to the datadog_synthetics_test resource for the moment : https://github.com/DataDog/terraform-provider-datadog/blob/67819e511344dad8e4fc37cf32608b82c8f46916/datadog/resource_datadog_synthetics_test_.go#L625-L631 They are not implemented on the monitor resource yet but...
Hi @gpkfr and @charlesverdad , while we investigate the unparsed element issue for the 2 resources, would you mind open up a new issue each with more information such as...
Hi, Looking at the [comment](https://github.com/DataDog/datadog-api-client-python/blob/d10ff668f2a9694fc3e664ba02a7cf79bd1713c9/src/datadog_api_client/v1/model/downtime.py#L165-L169) added by our team, It appears that the tags in the monitor_tags list are treated with an AND operator in the backend, so not much...
Hi, @browncrane The query for composite monitor needs to follow the format described in our [api doc](https://docs.datadoghq.com/api/latest/monitors/#composite-query), and it needs to be something like `12345 && 67890` . Please make...
Hi @Chaitu006 Currently our backend would rewrite the query into the format mentioned in the error message and terraform expect the returned the query to be the same as the...