Skip to content

Commit 4a8acce

Browse files
committed
Doc fix
1 parent e928056 commit 4a8acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/observe/src/heap_dump_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use tokio::{
1212
/// Usage:
1313
/// ```bash
1414
/// # From your local machine (one-liner):
15-
/// kubectl exec orderbook-pod -n namespace -- sh -c "echo dump | nc -U /tmp/heap_dump_orderbook.sock" > heap.pprof
15+
/// kubectl exec <pod> -n <namespace> -- sh -c "echo dump | nc -U /tmp/heap_dump_<binary_name>.sock" > heap.pprof
1616
///
1717
/// # Analyze with pprof:
1818
/// go tool pprof -http=:8080 heap.pprof

0 commit comments

Comments
 (0)