Fredrik Enestad

Results 45 comments of Fredrik Enestad

@ldej `appengine.IsTimeoutError` only works for some timeouts. If you check the code, it checks for `context.DeadlineExeeded`-error and errors that implement `IsTimeout() bool`. So it misses i.e `url.Error` that instead implement...

@xStrom what is not compatible in those packages? is it that embedded struct business?

> Hmm, I think things were done the current way in order to fetch large amounts of metrics faster, by executing them in parallel. The metrics should still be fetched...

@the-it Just out of curiosity, do you know around what number of descriptors you are pulling? I unfortunately don't manage a stackdriver setup any longer, so can't really investigate into...

Not the nicest, but this seems to work. Notice that your JSON is missing a `,`, and many of the keys include `:` ``` metrics: - name: connected_clients type: value...

@gsserge @wperron did you start working on this? I'm thinking of looking into this in the upcoming weeks, so if you have made any progress or figured something out while...

hey @campbellC, I'm happy to continue with it, but waiting for some feedback on how it should be implemented. The PR so far is just a proof of concept and...

> Is there anyway you can give me a high-level overview of exemplars and how a typical application, with one of the official Prometheus client SDKs, is using them? Absolutely,...

No worries and no stress, but thanks for letting me know! I'm also on discord most of the time if you want to discuss something when you look at this

They can be different, there is no connection between exemplars over different metrics.