mosn / holmes

self-aware Golang profile dumper
Apache License 2.0
1.06k stars 135 forks source link

Enable holmes as pyroscope client and reports pprof event to pyroscope server #109

Closed Jun10ng closed 2 years ago

Jun10ng commented 2 years ago

104

Jun10ng commented 2 years ago

demo on example/pyroscope

Jun10ng commented 2 years ago

@doujiang24

cch123 commented 2 years ago

Holmes used a different approach from continuous profiling, I don't know whether it's proper to integrate the event triggered profile to conprof based platform pyroscope, have you already used it on your production env? @Jun10ng

Jun10ng commented 2 years ago

Holmes used a different approach from continuous profiling, I don't know whether it's proper to integrate the event triggered profile to conprof based platform pyroscope, have you already used it on your production env? @Jun10ng

Pyroscope can provides visual web view for holmes and user can both enable holmes and pyroscope-client.

not yet. we only use it on non-live env such as stress test.