Frederic Branczyk
Frederic Branczyk
For what it's worth we should never attempt to do a request with 0 count.
Just want to add, we just benchmarked this against our workload, and we even see a 25% improvement. Awesome work @orisano!
For clarification: I'm not proposing to make these fields required, merely _possible_ to be specified and optional, the toolchain could decide to prefer the header of a `.text` section if...
Definitely something we want!
More than happy to initiate the transfer when you tell me to.
Any new developments on this?
fwiw with #44 I was able to do gRPC SLOs :)
I think you might have misconfigured the `latencyBudget`, as the value in the alerting rule is already templated.
Since for go there is only one compiler and these are runtime structs, I think we should actually just extract these once, store the results in [runtime data](https://github.com/parca-dev/runtime-data) and based...
Yeah Go binaries don't even have the DWARF required for this enabled by default, you need to pass special flags for it. The only thing that cannot be stripped from...