zorkian / go-datadog-api

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

update widget id to int64 #315

Closed sepulworld closed 4 years ago

sepulworld commented 4 years ago

Datadog is generating larger widget IDs that int32 can't hold.

https://github.com/terraform-providers/terraform-provider-datadog/issues/459 https://github.com/zorkian/go-datadog-api/issues/314

example widget ID given to me by Datadog: Widget ID: 2906216754218349

int64 can hold this number fine

sepulworld commented 4 years ago

Thanks for merging in! Do you have an ETA on a new release that includes this bug fix? Datadog is waiting to cut a new release to their Terraform Provider once it is in place here.

https://github.com/zorkian/go-datadog-api/commit/8001a76b2f6481f21b8592314ac08489593219e4

Thanks! Zane