<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Investigate trends and spikes on Grafana Labs</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/profiles/investigate/</link><description>Recent content in Investigate trends and spikes on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v12.4/visualizations/simplified-exploration/profiles/investigate/index.xml" rel="self" type="application/rss+xml"/><item><title>Use Flame graph AI</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/profiles/investigate/flame-graph-ai/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/profiles/investigate/flame-graph-ai/</guid><content><![CDATA[&lt;h1 id=&#34;use-flame-graph-ai&#34;&gt;Use Flame graph AI&lt;/h1&gt;
&lt;p&gt;Flame graph AI helps you understand your profiling data by using a large language model (LLM) to assist with data interpretation.&lt;/p&gt;
&lt;p&gt;A flame graph provides a convenient way to visualize performance data.
These graphs provide a clear, intuitive understanding of resource allocation and bottlenecks within an application.
To learn more, refer to 
    &lt;a href=&#34;/docs/grafana/v11.1/panels-visualizations/visualizations/flame-graph/&#34;&gt;Flame graph visualizations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Flame graphs and profiling data in general can help you understand:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Performance bottlenecks: What&amp;rsquo;s causing the slowdown?&lt;/li&gt;
&lt;li&gt;Root causes: Why is it happening?&lt;/li&gt;
&lt;li&gt;Recommended fixes: How would you resolve it?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Flame graph AI answers these questions when explaining your flame graph.
To learn more, refer to &lt;a href=&#34;/blog/2024/05/15/ai-powered-insights-for-continuous-profiling-introducing-flame-graph-ai-in-grafana-cloud/&#34;&gt;AI-powered insights for continuous profiling: introducing Flame graph AI in Grafana Cloud&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/media/docs/grafana-cloud/profiles/pyorsope-flamegraph-ai-analysis.png&#34;
  alt=&#34;Flame graph analysis with performance bottleneck, root cause, and recommended fix&#34; width=&#34;948&#34;
     height=&#34;918&#34;/&gt;&lt;/p&gt;
&lt;h2 id=&#34;flame-graph-ai-complements-human-interpretation&#34;&gt;Flame graph AI complements human interpretation&lt;/h2&gt;
&lt;p&gt;Flame graph AI analyzes a flame graph and provides a plain English interpretation of the flame graph.&lt;/p&gt;
&lt;p&gt;It only takes using a flame graph successfully once to really move from the beginner to advanced interpretation.
From a product standpoint, one challenge has been building a user experience that spans beginner to expert users and is still useful for both.&lt;/p&gt;
&lt;p&gt;When compared to volunteers in a limited flame graph interpretation test, the Flame graph AI&amp;rsquo;s interpreter scored 100%. Beginners scored 25% and flame graph experts scored 83%.
The AI consistently outperformed beginners and advanced users, providing accurate, albeit less detailed/nuanced, interpretations than the experts.&lt;/p&gt;
&lt;p&gt;These initial results at least point towards a great opportunity in adding value to most users by incorporating AI.&lt;/p&gt;
&lt;p&gt;Refer to the &lt;a href=&#34;https://pyroscope.io/blog/ai-powered-flamegraph-interpreter/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;AI-powered flame graph interpreter&lt;/a&gt; blog post to learn more.&lt;/p&gt;
&lt;h2 id=&#34;explore-your-profile-data-with-flame-graph-ai&#34;&gt;Explore your profile data with Flame graph AI&lt;/h2&gt;
&lt;p&gt;You can use Flame graph AI in the Profiles Drilldown app, nested underneath &lt;strong&gt;Drilldown&lt;/strong&gt; &amp;gt; &lt;strong&gt;Profiles&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In Grafana Cloud, Flame graph AI is powered by &lt;a href=&#34;/docs/grafana-cloud/machine-learning/assistant/&#34;&gt;Grafana Assistant&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In Grafana open source, Flame graph AI uses the &lt;a href=&#34;/docs/grafana-cloud/alerting-and-irm/machine-learning/configure/llm-plugin/&#34;&gt;LLM plugin for Grafana&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h3&gt;
&lt;p&gt;To use Flame graph AI with Grafana Cloud, you need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A Grafana Cloud account&lt;/li&gt;
&lt;li&gt;A Grafana stack in Grafana Cloud with a configured &lt;a href=&#34;/docs/grafana-cloud/connect-externally-hosted/data-sources/pyroscope/&#34;&gt;Pyroscope data source&lt;/a&gt; that has profiling data&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;/docs/grafana-cloud/machine-learning/assistant/get-started/&#34;&gt;Grafana Assistant&lt;/a&gt; enabled for your Grafana instance&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;/docs/grafana-cloud/visualizations/simplified-exploration/profiles/access/&#34;&gt;Profiles Drilldown&lt;/a&gt; app activated for your Grafana instance&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To use Flame graph AI with Grafana open source, you need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grafana 11.5 or later&lt;/li&gt;
&lt;li&gt;A configured &lt;a href=&#34;/docs/grafana-cloud/connect-externally-hosted/data-sources/pyroscope/&#34;&gt;Pyroscope data source&lt;/a&gt; that has profiling data&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;/docs/grafana-cloud/alerting-and-irm/machine-learning/configure/llm-plugin/&#34;&gt;LLM plugin&lt;/a&gt; installed and configured for your Grafana instance&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;/docs/grafana-cloud/visualizations/simplified-exploration/profiles/access/&#34;&gt;Profiles Drilldown&lt;/a&gt; app installed and activated for your Grafana instance&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-flame-graph-ai-1&#34;&gt;Use Flame graph AI&lt;/h3&gt;
&lt;p&gt;To use Flame graph AI when viewing a flame graph:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sign in to Grafana.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Drilldown&lt;/strong&gt; &amp;gt; &lt;strong&gt;Profiles&lt;/strong&gt; from the left navigation.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Flame graph&lt;/strong&gt; view from the &lt;strong&gt;Exploration&lt;/strong&gt; types or select any view or service with an available flame graph. For example, from the &lt;strong&gt;All services&lt;/strong&gt; view, select any &lt;strong&gt;Flame graph&lt;/strong&gt; link to open the flame graph for that service.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Analyze with Assistant&lt;/strong&gt; (Grafana Cloud) or &lt;strong&gt;Explain Flame Graph&lt;/strong&gt; (Grafana open source) to view the flame graph analysis.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;use-flame-graph-ai-in-diff-flame-graph-view&#34;&gt;Use Flame graph AI in Diff flame graph view&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Diff flame graph&lt;/strong&gt; view supports side-by-side comparison of profiles using different label filters, different time ranges, or both.&lt;/p&gt;
&lt;p&gt;Similar to a &lt;code&gt;git diff&lt;/code&gt;, the comparison highlights where the relative share of time increases or decreases between two flame graphs.&lt;/p&gt;
&lt;p&gt;You can use Flame graph AI to interpret the diff view.&lt;/p&gt;
&lt;p&gt;To use Flame graph AI when comparing two different flame graphs:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sign in to Grafana.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Drilldown&lt;/strong&gt; &amp;gt; &lt;strong&gt;Profiles&lt;/strong&gt; from the left navigation.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Diff flame graph&lt;/strong&gt; in the &lt;strong&gt;Exploration&lt;/strong&gt; tabs.&lt;/li&gt;
&lt;li&gt;Select a &lt;strong&gt;Service&lt;/strong&gt; and &lt;strong&gt;Profile type&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Configure &lt;strong&gt;Baseline&lt;/strong&gt; and &lt;strong&gt;Comparison&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Set time ranges for each pane, or enable &lt;strong&gt;Sync time ranges&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Optionally add label filters for each pane.&lt;/li&gt;
&lt;li&gt;Optionally use &lt;strong&gt;Auto-select&lt;/strong&gt; or a comparison preset.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Analyze with Assistant&lt;/strong&gt; (Grafana Cloud) or &lt;strong&gt;Explain Diff Flame Graph&lt;/strong&gt; (Grafana open source).&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="use-flame-graph-ai">Use Flame graph AI&lt;/h1>
&lt;p>Flame graph AI helps you understand your profiling data by using a large language model (LLM) to assist with data interpretation.&lt;/p></description></item></channel></rss>