zorkian / go-datadog-api

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

GetMonitor does not support the group_states parameter #331

Open peterashwell opened 3 years ago

peterashwell commented 3 years ago

This can be important for features that require examining each of the groups in the monitor. I only want to fetch one monitor and all its group states. The default is only to provide the overall state.

peterashwell commented 3 years ago

Please see: https://github.com/zorkian/go-datadog-api/pull/332