zorkian / go-datadog-api

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

[dashboard widget] Add table widget #258

Closed mhintz closed 5 years ago

mhintz commented 5 years ago

Datadog recently released a new Table widget type on dashboards. This PR adds the definition format for this widget to the Go API

~Depends on #257~

bkabrda commented 5 years ago

@mhintz this PR looks good, but you'll need to run make generate and commit datadog-accessors.go to generate all the necessary accessors and make CI pass. I can merge when that's done.

bkabrda commented 5 years ago

LGTM now, merging. Thanks for the contribution!