Darren Gibbard

Results 10 comments of Darren Gibbard

Would be good to get @arapulido 's eyes on this too if available, as the main code creator :)

> I am not super convinced about this, as it starts implementing things like avg or max outside Datadog. Some context here; Datadog doesn't support running avg/max operations across the...

Pushed some changes so that: * Stop non-explicit usage of query aggregation -- if query returns multiple ```Series``` and ```queryAggregator``` is not set, throw error: > query returned more than...

Resolved conflict with https://github.com/kedacore/keda/pull/3617 :) Might need e2e tests kicked again?

@zroubalik - can I trouble you for a re-kick for e2e tests?

I started having a little look; but i'm a golang noob - I have this so far: https://github.com/dgibbard-cisco/keda/pull/1/files What do you think @arapulido ?

@arapulido yeah sure thing - the short version is that it allows you to condense multiple API requests into a single API query, which eases strain on Datadog Rate Limiting...

The plot thickens; i've tried dropping the spaces when using the mount option, and it's saying the file doesn't exist, but if i take that exact path and do a...

Confirmed however that removing the spaces, and using streaming does work.

To add to this, if you compare it to Curl's verbose output, that shows everything from DNS resolution, TCP level, TLS handshake, HTTP/2 request/response details. This verbose information is really...