Strobelight: A profiling service built on open source technology
birdculture | 177 points | 2mon ago | engineering.fb.com
Thaxll|2mon ago
I recommand https://grafana.com/oss/pyroscope/ for continous profiling, I use it in Go and it works well.
They have support for many languages https://grafana.com/docs/pyroscope/latest/configure-client/l... ( also based on eBPF ).
outerspace|2mon ago
Good to know there's an OSS alternative.
hassleblad23|2mon ago
Strobelight is open source as well.
tdullien|2mon ago
The Otel profiling agent (formerly prodfiler, then Elastic profiler) is the underlying OSS.
flakiness|2mon ago
And open sourcing: https://github.com/facebookincubator/strobelight
C++ from Meta/FB is much more pleasant to read than ones from ... other older big techs. I appreciate that.
chriscbr|2mon ago
I only see around three .cpp files in the entire project?
flakiness|2mon ago
Look at other FB projects.