Frederic Branczyk

Results 513 comments of Frederic Branczyk

What is the Kubernetes version involved here? cc @simonpasquier @fpetkovski @PhilipGough

I'm pretty sure the kubelet exposes metrics about the readiness probes. I think it's the kubelet's responsibility to expose this.

The way I understand it is that this library should just use the [w3c trace context](https://www.w3.org/TR/trace-context/), which opentelemetry happens to [support](https://github.com/open-telemetry/opentelemetry-dotnet/issues/135), but is ultimately independent of any specific tracing implementation,...

This seems different to me from #203, the error we see here is actually happening on the server-side. During normalization on the server-side, a unique key is built to identify/deduplicate...

Thanks @mhausenblas! Assigned you! 🎉

I suspect this is an artifact of a short-lived process that exited between reading the mapping and reading the object file. We could tell reasonably easily by checking if that...

> deploying parca agent on its own (no parca server and only the kube-system namespace pods active) didn’t cause a crash for 21 hours (at the 21 hour mark, I...

I'm not convinced that's totally necessary. The whole point of this project is to always profile everything. I would prefer if we focused all our efforts on reducing resource usage...