zorkian / go-datadog-api

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

Add Retry to Synthetics #289

Closed s33dunda closed 4 years ago

s33dunda commented 4 years ago

Very simple addition to allow users to add retry logic to their Synthetics Checks. Being that the api is missing this in their documentation. The payload was gathered via the request posted while using the UI. Tested and is working with an in house terraform-datadog-provider.

Fixed a couple of typos too.

zorkian commented 4 years ago

LGTM. Thanks for adding tests. Hey Datadog team, if this isn't in your API docs, maybe add it?