Eirik A

Results 300 comments of Eirik A

Asked in [grafana's agent slack](https://grafana.slack.com/archives/C01050C3D8F/p1617534559017200)

[Grafana Agent changelog](https://github.com/grafana/agent/blob/main/CHANGELOG.md) implies agent 0.13 is on prometheus 0.25, and 0.26 was released literally yesterday with the [exemplar pr merged](https://github.com/prometheus/prometheus/pull/6635). From the looks of the PR it looks like...

Based on issues in prometheus https://github.com/prometheus/prometheus/issues/8707 it's possible that exemplar scraping does not work in prometheus 2.26. I could not get it to work at any rate. If it's meant...

omg it finally works: ![Screenshot from 2021-06-13 23-10-20](https://user-images.githubusercontent.com/134092/121823348-957e9f00-cc9c-11eb-8682-81724e6724e8.png)

[zlib-ng](https://github.com/zlib-ng/zlib-ng) does seem like a reasonable drop-in replacement - provided it can indeed be made to work for the other consumers of it (i.e. curl and openssl - libpq currently...

Do you know of any benchmarks around to look at?

Oh, I missed the update, sorry. Merging now.

Clarifying the argument for it for `Scope` as it came immediately in #1037. It's not possible for the new methods to protect against scope misuse on dynamic types as it...

If the command works locally then it sounds like something that would be straight-forward to fix when cross referencing with where we shell out: https://github.com/kube-rs/kube/blob/e104bea2233b5bd0977aab444b8c5a36181b4791/kube-client/src/client/auth/mod.rs#L463-L488 and what kubectl does (as...

Eyes on this would be appreciated @kube-rs/maintainers . Clarity on how to convert between scope requirement on dynamic and static types is needed for a good way forward on the...