Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct {
	ForwardTo            []pyroscope.Appendable `alloy:"forward_to,attr"`
	Targets              []discovery.Target     `alloy:"targets,attr,optional"`
	CollectInterval      time.Duration          `alloy:"collect_interval,attr,optional"`
	SampleRate           int                    `alloy:"sample_rate,attr,optional"`
	PidCacheSize         int                    `alloy:"pid_cache_size,attr,optional"`
	BuildIDCacheSize     int                    `alloy:"build_id_cache_size,attr,optional"`
	SameFileCacheSize    int                    `alloy:"same_file_cache_size,attr,optional"`
	ContainerIDCacheSize int                    `alloy:"container_id_cache_size,attr,optional"`
	CacheRounds          int                    `alloy:"cache_rounds,attr,optional"`
	CollectUserProfile   bool                   `alloy:"collect_user_profile,attr,optional"`
	CollectKernelProfile bool                   `alloy:"collect_kernel_profile,attr,optional"`
	Demangle             string                 `alloy:"demangle,attr,optional"`
	PythonEnabled        bool                   `alloy:"python_enabled,attr,optional"`
}
    func (*Arguments) UnmarshalAlloy ¶
 Click to show internal directories. 
   Click to hide internal directories.