Skip to content

Commit 1a30550

Browse files
authored
Update supported-languages-ebpf.md (#4363)
1 parent c9dd613 commit 1a30550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/shared/supported-languages-ebpf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ description: Shared file for supported languages when using eBPF.
1313

1414
The eBPF profiler only collects CPU profiles.
1515
Generally, natively compiled languages like C/C++, Go, and Rust are supported. They should have frame pointers enabled (enabled by default in Go).
16-
Refer to [Troubleshooting unknown symbols][troubleshooting] for additional requirements and information.
16+
Refer to [Troubleshooting unknown symbols][https://grafana.com/docs/pyroscope/latest/configure-client/grafana-alloy/ebpf/troubleshooting/#troubleshoot-unknown-symbols] for additional requirements and information.
1717

1818
Python is the only supported high-level language, as long as `python_enabled=true`.
1919
Other high-level languages like Java, Ruby, PHP, and JavaScript require additional work to show stack traces of methods in these languages correctly.
20-
Currently, the CPU usage for these languages is reported as belonging to the runtime's methods.
20+
Currently, the CPU usage for these languages is reported as belonging to the runtime's methods.

0 commit comments

Comments
 (0)