zorkian / go-datadog-api

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

GetEvents() does not support the 'unaggregated' API argument #244

Open golliher opened 5 years ago

golliher commented 5 years ago

It is useful to be able to search the event stream for unaggregated events.

GetEvents() does not appear to support the optional 'unaggregated' parameter documented here:

bkabrda commented 4 years ago

Just to keep the reference here: this is being worked on in https://github.com/zorkian/go-datadog-api/pull/203