The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/datasource/grafana-pyroscope-datasource
Joey 314cdaf618
Pyroscope: Decouple frontend (#80066)
1 year ago
..
QueryEditor Pyroscope: Decouple frontend (#80066) 1 year ago
img Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2 years ago
pyroscopeql Pyroscope: Improve label suggestions in query editor (#78861) 1 year ago
ConfigEditor.tsx Pyroscope: Decouple config editor (#79027) 1 year ago
README.md Pyroscope: add public catalog description (#74630) 2 years ago
VariableQueryEditor.test.tsx Pyroscope: Decouple from templateSrv (#79068) 1 year ago
VariableQueryEditor.tsx Pyroscope: Send start/end with profile types query (#77523) 1 year ago
VariableSupport.test.ts Pyroscope: Template variable support (#73572) 2 years ago
VariableSupport.ts Pyroscope: Decouple frontend (#80066) 1 year ago
dataquery.cue Tracing: Trace to profiles (#76670) 2 years ago
dataquery.gen.ts Tracing: Trace to profiles (#76670) 2 years ago
datasource.test.ts Pyroscope: Decouple from templateSrv (#79068) 1 year ago
datasource.ts Pyroscope: Send start/end with profile types query (#77523) 1 year ago
module.ts Pyroscope: Remove "phlare" from variable, types, strings etc (#75140) 2 years ago
plugin.json Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2 years ago
types.ts Pyroscope: Remove "phlare" from variable, types, strings etc (#75140) 2 years ago

README.md

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.