Florian Engelhardt
Florian Engelhardt
Hey there @ziaratban, I assume your initial issue is solved? Thanks @dotfry for stepping in!
> Looks like it is insanely resource intensive (tons more than forking process) > > https://news.ycombinator.com/item?id=36024818 Regarding > - 10k: 8.3 GB! If for 10k threads the PHP process allocates...
Hey there, this seems to be a problem "only" on 32 bit hardware (as the Raspi2 is). I created a patch in #288 and would be happy if you could...
Hey there @amberovsky, did you have a chance to try the suggestions? You may also reach out to us in private via https://chat.datadoghq.com/ and find me as https://datadoghq.slack.com/team/U04MJBH48A2 so we...
I'm just playing with ideas currently. Instead of adding a new sample for every sample that we create we might be able to attach to the sample currently created, which...
Hey @sumerc / @piotrekkr, I just wanted to let you know that I'll working on bringing ZTS support to the profiler. A first [PR to make it compile](https://github.com/DataDog/dd-trace-php/pull/2463) is already...
It's working 😄 I have two ideas that we should think about before GAing this (so it is not blocking this PR): - we could maybe move the `dogstatsd.rs` to...
Hey @sumerc / @piotrekkr, we just released [`0.98.0`](https://github.com/DataDog/dd-trace-php/releases/tag/0.98.0) which brings ZTS (more or less as private beta) support for CPU and Wall time profiling including [timeline](https://docs-staging.datadoghq.com/datadog/florian/enable-php-profiler/profiler/profile_visualizations/#timeline-view). I have also tested...
Hey there 👋 [`0.99`](https://github.com/DataDog/dd-trace-php/releases/tag/0.99.0) just got released and brings ZTS support for exception, as well as allocation profiling and FrankenPHP support (including worker mode) 🎉 The tracer also [added support...
I thought the same, that's why I approved it. Additionally I like the idea of somewhen in the future having our profiler sending those kind of data to us, so...