grafana/public/app/plugins/datasource/grafana-pyroscope-datasource
2024-07-19 17:40:32 +00:00
..
img Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2023-06-07 06:09:29 +03:00
pyroscopeql Pyroscope: Improve label suggestions in query editor (#78861) 2023-12-07 18:11:30 +01:00
QueryEditor React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
.eslintignore Plugins: Always load decoupled frontend assets from builds (#81873) 2024-03-13 12:40:09 +01:00
CHANGELOG.md Pyroscope: Add standalone build (#80222) 2024-01-16 12:46:15 +00:00
ConfigEditor.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
dataquery.cue Tracing: Trace to profiles (#76670) 2023-11-01 10:14:24 +00:00
dataquery.gen.ts Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
datasource.test.ts Pyroscope: Add adhoc filters support (#85601) 2024-04-29 20:41:40 +02:00
datasource.ts Pyroscope: Add adhoc filters support (#85601) 2024-04-29 20:41:40 +02:00
module.ts Pyroscope: Remove "phlare" from variable, types, strings etc (#75140) 2023-09-20 16:31:22 +02:00
package.json Update dependency @types/lodash to v4.17.7 2024-07-19 17:40:32 +00:00
plugin.json Pyroscope: Add standalone build (#80222) 2024-01-16 12:46:15 +00:00
README.md Pyroscope: add public catalog description (#74630) 2023-09-11 18:06:34 +02:00
tsconfig.json React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
types.ts Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
utils.ts Pyroscope: Add adhoc filters support (#85601) 2024-04-29 20:41:40 +02:00
VariableQueryEditor.test.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
VariableQueryEditor.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
VariableSupport.test.ts Core: Replace deprecated jest matcher toBeCalledWith (#86635) 2024-05-01 15:33:26 +01:00
VariableSupport.ts Pyroscope: Fix template variable support (#84477) 2024-03-18 14:25:47 +01:00
webpack.config.ts Pyroscope: Add standalone build (#80222) 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.