File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pyroscope:
5454 enabled : false
5555
5656agent :
57- enabled : false
57+ enabled : true
5858
5959 # -- Used to set additional volumes.
6060 extraVolumes : []
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func NewRunCommand(version string) *cobra.Command {
4444 statsEnabled = command .Flags ().Bool ("stats-enabled" , false , "Enable stats scraping" )
4545 statsScrapeInterval = command .Flags ().Duration ("stats-scrape-interval" , 60 * time .Second , "Stats scrape interval" )
4646 statsFileAccessEnabled = command .Flags ().Bool ("stats-file-access-enabled" , false , "Enable file access stats tracking" )
47- storageStatsEnabled = command .Flags ().Bool ("storage-stats-enabled" , false , "Enable storage stats scraping" )
47+ storageStatsEnabled = command .Flags ().Bool ("storage-stats-enabled" , true , "Enable storage stats scraping" )
4848
4949 btfPath = command .Flags ().String ("btf-path" , "/sys/kernel/btf/vmlinux" , "btf file path" )
5050 ebpfEventsEnabled = command .Flags ().Bool ("ebpf-events-enabled" , false , "Enable ebpf events" )
You can’t perform that action at this time.
0 commit comments