Josep Damià Carbonell Seguí
Josep Damià Carbonell Seguí
New awesome async-profiler version: https://github.com/async-profiler/async-profiler/releases/tag/v4.0
Here a low-overhead sampling profiler for PHP 7+ [https://github.com/adsr/phpspy](https://github.com/adsr/phpspy) [https://github.com/reliforp/reli-prof](https://github.com/reliforp/reli-prof)
The default configuration could be stored in `.kube` folder as yaml file: `kubectl-prof.yml`
Support for profiling Rust projects should be implemented in kubectl-prof, using the [flamegraph-rs/flamegraph](https://github.com/flamegraph-rs/flamegraph) tool. This integration will allow the generation of execution flamegraphs for Rust applications, improving visibility into resource...
This pull request makes a targeted fix to the file watching logic in the `providers/file/file.go` file. The change ensures that the callback function receives the actual file system event object...