pyroscope
Installation
SKILL.md
Grafana Pyroscope - Continuous Profiling
Continuous profiling aggregation system — understand resource usage down to source code line numbers.
Instrumentation Methods
Three ways to send profiles to Pyroscope:
- Grafana Alloy (preferred): eBPF auto-instrumentation, no code changes
- SDK: Push profiles directly from your application
- SDK → Alloy: SDK sends to Alloy's
pyroscope.receive_http, Alloy forwards to Pyroscope
SDK Examples
Python
Related skills