github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/cli/cli_linux.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package cli
     5  
     6  func defaultAgentConfigPath() string {
     7  	return "/etc/pyroscope/agent.yml"
     8  }
     9  
    10  func defaultAgentLogFilePath() string { return "" }
    11  
    12  func getInstallPrefix() string { return "" }