zorkian / go-datadog-api

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

Support for Synthetics (external moitoring) #204

Closed dharada1 closed 5 years ago

dharada1 commented 5 years ago

Requesting support for Synthetics. (external monitoring)

2019-01-25 11 24 31

Related to : https://github.com/terraform-providers/terraform-provider-datadog/issues/147

dharada1 commented 5 years ago

I'll do it https://github.com/zorkian/go-datadog-api/pull/205

dharada1 commented 5 years ago

at #205

I started to write integration test, and I found synthetics is still closed beta.

It means if I add integration test, make testacc would fails on master (Travis CI) & other developers environment. ( unless they applied to beta https://app.datadoghq.com/synthetics/beta )

I think we should wait at least synthetics become public beta.

ojongerius commented 5 years ago

Awesome, thanks for catching that!

btoueg commented 5 years ago

Hello @dharada1, Synthetics is now public! 🎉 you should be able to publish your integration test.

Don't expect the same stability from the synthetics end points than from other officially documented endpoints (see official documentation here https://docs.datadoghq.com/api/)

bkabrda commented 5 years ago

Support for /v1/synthetics was merged in https://github.com/zorkian/go-datadog-api/pull/228 so I'm closing this issue.