Slavek Kabrda
Slavek Kabrda
Hey 👋 this client library has pretty much stopped active development. I suggest you check out the new datadog-api-client-go library [1] if you need this functionality. Despite datadog-api-client-go is still...
I think that using the custom unmarshaller is a reasonable way to go forward in this issue - I'd accept a PR that implements that. However, there is another way...
So an example of this is `dd.DataPoint{{dd.Float64(1.0), dd.Float64(2.0)}}` from `integration/series_test.go`. The semantics of the two items in the inner slice is: * The first one is UNIX timestamp * The...
Just to keep the reference here: this is being worked on in https://github.com/zorkian/go-datadog-api/pull/203
Hey 👋 thanks for opening the issue. In terms of getting the `GetIncludeTags` function to return something else, that would be pretty complicated - this is an autogenerated accessor. The...
@EricByers hey :wave: thanks for sending the PR. I'd much rather have a new method, e.g. `GetEventsWithAggregation(start, end int, priority, sources, tags string, unaggregated bool)` and keep the old function...
Hi 👋 thanks for raising this question. This is currently not possible, but I've added a task on our team's backlog to look into this. I'll update this issue when...
Hi @mriddell-foundry not yet, but giving a 👍 to the root comment would certainly help us understand how much this is requested and hence prioritize it properly.
@vboulineau was the fix that you mentioned in the last comment shipped in 7.31.0? Thanks!
@edvinas31 could you please try to use 7.31.0 and see if that helps you? Thanks!