Lorenzo Fontana
Lorenzo Fontana
@dalehamel PTAL
This idea is awesome, do you think we can do that even for integration? There's already a framework but we only implemented a single test so it would be easy...
@dalehamel I think that what we want is probably something like that, however I would like to find a way to save the output somewhere. We also have to address...
I strongly agree on this, I think we eventually want to use the CRD in all the cases. IN a lightweight scenario we orchestrate it from the local kubectl-trace (the...
It makes sense @consideRatio this was a mistake in the first instance, thanks for fixing it!
Flame graphs support is not in bpftrace but in the Flamegraph repo from @brendangregg there's an utility to convert profiles from a bpftrace output to an input that can be...
lol sorry didn't understand
There's a poc in this PR #74 @Slach - still have to find some time to finish it :)
The goal of this would be to have the option to do things like: ``` kubectl trace get -o json ``` OR ``` kubectl trace get -o yml ``` OR...