3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/public/app/plugins/datasource/grafana-pyroscope-datasource
2024-01-25 16:44:16 +01:00
..
img Pyroscope: Rename phlare to grafana-pyroscope-datasource () 2023-06-07 06:09:29 +03:00
pyroscopeql Pyroscope: Improve label suggestions in query editor () 2023-12-07 18:11:30 +01:00
QueryEditor Pyroscope: Fix stale value for query in query editor () 2024-01-22 15:02:55 +00:00
CHANGELOG.md Pyroscope: Add standalone build () 2024-01-16 12:46:15 +00:00
ConfigEditor.tsx Pyroscope: Decouple config editor () 2023-12-05 10:57:49 +00:00
dataquery.cue Tracing: Trace to profiles () 2023-11-01 10:14:24 +00:00
dataquery.gen.ts Tracing: Trace to profiles () 2023-11-01 10:14:24 +00:00
datasource.test.ts Pyroscope: Decouple from templateSrv () 2023-12-11 13:14:22 +00:00
datasource.ts Pyroscope: Add standalone build () 2024-01-16 12:46:15 +00:00
module.ts Pyroscope: Remove "phlare" from variable, types, strings etc () 2023-09-20 16:31:22 +02:00
package.json Update Yarn to v4 () 2024-01-24 18:48:34 +02:00
plugin.json Pyroscope: Add standalone build () 2024-01-16 12:46:15 +00:00
README.md Pyroscope: add public catalog description () 2023-09-11 18:06:34 +02:00
tsconfig.json Prettify tsconfig.json files for T&P data sources () 2024-01-25 16:44:16 +01:00
types.ts Pyroscope: Remove "phlare" from variable, types, strings etc () 2023-09-20 16:31:22 +02:00
utils.ts Pyroscope: Add standalone build () 2024-01-16 12:46:15 +00:00
VariableQueryEditor.test.tsx Pyroscope: Decouple from templateSrv () 2023-12-11 13:14:22 +00:00
VariableQueryEditor.tsx Pyroscope: Send start/end with profile types query () 2024-01-04 16:35:47 +01:00
VariableSupport.test.ts Pyroscope: Template variable support () 2023-08-30 10:48:39 +02:00
VariableSupport.ts Pyroscope: Decouple frontend () 2024-01-09 11:40:39 +00:00
webpack.config.ts Pyroscope: Add standalone build () 2024-01-16 12:46:15 +00:00

Grafana Pyroscope Data Source - Native Plugin

Grafana ships with built in support for Grafana Pyroscope, an open source continuous profiling platform.

What is Grafana Pyroscope?

Grafana Pyroscope is an open source continuous profiling platform. It will help you:

  • Find performance issues and bottlenecks in your code
  • Use high-cardinality tags/labels to analyze your application
  • Resolve issues with high CPU utilization
  • Track down memory leaks
  • Understand the call tree of your application
  • Auto-instrument your code to link profiling data to traces

Live Demo

Features

  • Minimal CPU overhead
  • Horizontally scalable
  • Efficient compression, low disk space requirements
  • Can handle high-cardinality tags/labels
  • Calculate the performance "diff" between various tags/labels and time periods
  • Advanced analysis UI

Read more here.