grafana/public/app/plugins/datasource/grafana-pyroscope-datasource
Bryan Huhta 0f552053e9
Pyroscope: add public catalog description (#74630)
* Add readme

* Fix wrong link

* Update public/app/plugins/datasource/grafana-pyroscope-datasource/README.md

Co-authored-by: Dmitry Filimonov <dmitry.filimonov@grafana.com>

* Prettier fix

* Update plugins test

* Prettier fix

* updateSnapshotFlag = false

---------

Co-authored-by: Dmitry Filimonov <dmitry.filimonov@grafana.com>
2023-09-11 18:06:34 +02:00
..
img Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2023-06-07 06:09:29 +03:00
phlareql Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2023-06-07 06:09:29 +03:00
QueryEditor Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
ConfigEditor.tsx Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2023-06-07 06:09:29 +03:00
dataquery.cue Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2023-07-19 03:46:13 -04:00
dataquery.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
datasource.test.ts Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
datasource.ts Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
module.ts Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2023-06-07 06:09:29 +03:00
plugin.json Pyroscope: add public catalog description (#74630) 2023-09-11 18:06:34 +02:00
README.md Pyroscope: add public catalog description (#74630) 2023-09-11 18:06:34 +02:00
types.ts Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
VariableQueryEditor.test.tsx Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
VariableQueryEditor.tsx Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
VariableSupport.test.ts Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02:00
VariableSupport.ts Pyroscope: Template variable support (#73572) 2023-08-30 10:48:39 +02: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.