zorkian / go-datadog-api

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

Make it possible to mute/unmute specific monitor scopes #238

Closed bkabrda closed 5 years ago

bkabrda commented 5 years ago

This implements the functionality to mute/unmute specific monitor scopes while keeping backwards compatibility. Necessary to fix https://github.com/terraform-providers/terraform-provider-datadog/issues/181

bkabrda commented 5 years ago

Thanks for the review! Merging.