zorkian / go-datadog-api

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

Service Level Objectives - Check Can Delete && History Endpoints #278

Closed platinummonkey closed 4 years ago

platinummonkey commented 4 years ago

Adds 2 additional SLO endpoints

I specifically didn't write integration tests as:

  1. check can delete requires a dashboard to be created then an SLO created then a widget added to that dashboard (this seems like a very brittle test)
  2. history - depends on data being available in the test environment to properly execute and test. I'm not aware of any stable test data for use in the integration org