zorkian / go-datadog-api

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

[dashboards] Update interval type from int to string in screenboards from legacy api #256

Closed jbenais closed 5 years ago

jbenais commented 5 years ago

In the legacy api, the interval type in the compute field of the log query is a string, not an integer.

bkabrda commented 5 years ago

LGMT, merging. Thanks!