Language Support
Parca Agent is continuously enhancing its support for multiple languages. To assist you in getting started, here are some guidelines and sample use cases.
Ahead-of-time (AOT) compilation
All AOT compiled languages with debug info, and frame pointer or DWARF unwinding information:
- C
- C++
- Go (with extended support)
- Rust
- And more
Just-in-time (JIT) compilation
All JIT compiled languages with frame pointer, and Perf map or jitdump:
Interpreted
- Ruby
- Python
info
Further language support is coming in the upcoming weeks and months.