grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.63k stars 574 forks source link

AI-Powered Flamegraph Interpreter #3187

Open hahchenchen opened 2 months ago

hahchenchen commented 2 months ago

Hi, is there a plan to implement the AI driven flame diagram interpreter feature in Grafana Pyroscope in the open source version? link: https://pyroscope.io/blog/ai-powered-flamegraph-interpreter/

Rperry2174 commented 2 months ago

Hi @hahchenchen yes! The way we implemented it in the cloud relies on the llm app plugin so we're working on figuring out whether to bring that (or replace it ) in OSS.

We're likely going to add this to the explore page if grafana when we do add it

hahchenchen commented 2 months ago

Hi @hahchenchen yes! The way we implemented it in the cloud relies on the llm app plugin so we're working on figuring out whether to bring that (or replace it ) in OSS.

We're likely going to add this to the explore page if grafana when we do add it

Got it. So is there an expected time? Thanks