zorkian / go-datadog-api

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

extend monitor api #268

Closed dbenque closed 4 years ago

dbenque commented 5 years ago

Extend monitor API to have filtering by tag and group state.

Seanstoppable commented 5 years ago

I have a similar PR that adds all options at #199, which (biased opinion) is a little bit more flexible and means we have to make fewer breaking API changes in the future if more options are added.

dbenque commented 5 years ago

Yes I agree, your PR is more flexible. I would be happy to discard this one of yours is merged.

dabcoder commented 5 years ago

We can close this since we merged https://github.com/zorkian/go-datadog-api/pull/199 then.