github.com/grafana/pyroscope@v1.18.0/docs/sources/introduction/pyroscope-in-grafana.md (about)

     1  ---
     2  title: Pyroscope and profiling in Grafana
     3  menuTitle: Pyroscope in Grafana
     4  description: Learn about how you can use profile data in Grafana.
     5  weight: 500
     6  keywords:
     7    - Pyroscope
     8    - Profiling
     9    - Grafana
    10  ---
    11  
    12  <!-- This is placeholder page while we get the content written.  -->
    13  
    14  # Pyroscope and profiling in Grafana
    15  
    16  Grafana Pyroscope can be used alongside other Grafana products such as Loki, Tempo, Mimir, and k6.
    17  You can use Pyroscope to get the most granular insight into your application and how you can use it to fix issues that you may have identified using metrics, logs, traces, or anything else.
    18  
    19  Within Grafana and Grafana Cloud, you can use the [Pyroscope data source](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/datasources/grafana-pyroscope/) to query and visualize profile data from within Grafana.
    20  
    21  ## Visualize traces and profiles data
    22  
    23  Here is a screenshot of the **Explore** page that combines traces and profiles to be able to see granular line-level detail when available for a trace span.
    24  This lets you see the exact function that's causing a bottleneck in your application as well as a specific request.
    25  
    26  ![trace-profiler-view](https://grafana.com/static/img/pyroscope/pyroscope-trace-profiler-view-2023-11-30.png)
    27  
    28  ## Integrate profiles into dashboards
    29  
    30  Here is an example of how you can integrate profiles into your dashboards. In this case, the screenshot shows memory profiles alongside panels for logs and metrics to be able to debug OOM errors alongside the associated logs and metrics.
    31  
    32  ![dashboard](https://grafana.com/static/img/pyroscope/grafana-pyroscope-dashboard-2023-11-30.png)