crossplane-contrib / provider-jet-datadog

@crossplane provider to drive @datadog configuration control plane way
Apache License 2.0
6 stars 8 forks source link

Add support for assertions timingsScope parameter #23

Open zargor opened 2 months ago

zargor commented 2 months ago

What problem are you facing?

According to datadog documentation when dealing with synthetics, there is timingsScope property for assertions.

Timings scope for response time assertions. Allowed enum values: all,withoutDNS

Nevertheless it turns out this field is not supported on provider side.

There is a slack also posted in this regard.

How could Datadog Provider help solve your problem?

Provide timingsScope property for assertions, otherwise recommend on how to workaround the issue eventually.