Oleksandr Andriiako
Oleksandr Andriiako
I already have one converter from SPX full profile to FlameGraph and third-party profiling system for more flexible visualization and profile comparison. It's not so difficult to convert from SPX...
@NoiseByNorthwest current web-ui is great, it simple as possible and shows everything what needs for app investigation. In my specific case - I need some historical traces with comparison ability,...
its not a tricky to use protobuf, but at this time I can't estimate how much time needs for pprof format implementation. Because it depends on external visualization system input...
@mikkeschiren why you need to collect all the traces from distributed apps? Is this clause not covered by OpenTracing? For instance: - you have many apps which called each other....
Does it stop developers from own implementation? :) Nothing stops you from using SPX or other tool to collect profiles from PHP app, convert profiles and sent to any of...
@NoiseByNorthwest - yes, Tags will cover all the metainformation or other custom data!
@NoiseByNorthwest, a few days ago Grafana introduced [Phlare](https://grafana.com/blog/2022/11/02/announcing-grafana-phlare-oss-continuous-profiling-database). It's a database for Continuous profiling. What do you think about `pprof` format implementation for SPX profiler? If SPX will be able...
It seems we need to fix namespace for packagist, thanks for reporting. Try to use: `composer require phalcon/zephir`
@NoiseByNorthwest I've created github actions build workflow. Could you please take a [look](https://github.com/AlexNDRmac/php-spx/actions/runs/2116643013). What do you think about moving from Travis to GA? Also I can add Release publishing action,...