zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Allow Retry Logic On Synthetics Tests #295

Closed s33dunda closed 4 years ago

s33dunda commented 4 years ago

There is an option on synthetics tests to allow for retries within the alert conditions. This option is currently missing from here.

Looks like there are #289 and #294 that will resolve this issue

bkabrda commented 4 years ago

Implemented in https://github.com/zorkian/go-datadog-api/pull/289. Closing this issue.