安装
npx skills add https://github.com/grafana/skills --skill pyroscope
- Grafana Pyroscope - Continuous Profiling
- Docs
- :
- https://grafana.com/docs/pyroscope/latest/
- 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
Show more
← 返回排行榜