Skip to content

Commit

Permalink
Merge pull request #18 from VerizonMedia/fix-jvm-non-root-user-file-l…
Browse files Browse the repository at this point in the history
…ocation

Change flamegraph file location for JVM profiling
  • Loading branch information
edeNFed authored Oct 3, 2020
2 parents 52a33a1 + f5f5abb commit 5cb73b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/profiler/jvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
profilerDir = "/tmp/async-profiler"
fileName = profilerDir + "/flamegraph.svg"
fileName = "/tmp/flamegraph.svg"
profilerSh = profilerDir + "/profiler.sh"
)

Expand Down

0 comments on commit 5cb73b3

Please sign in to comment.