Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostOptions ¶
type HostOptions struct { // Config is the bootstrap profiler configuration loaded from config file. Config *provider.ProfilerProviderOptions }
func NewHostOptionsFromEnvironment ¶
func NewHostOptionsFromEnvironment(options hostoptions.ProviderConfig) HostOptions
NewHostOptionsFromEnvironment of profiler/hostoptions package returns the HostOptions for profiler service.
type Service ¶
type Service struct {
Options HostOptions
}
func NewService ¶
func NewService(options HostOptions) *Service
NewService of profiler package returns a new Service with the configs needed
Click to show internal directories.
Click to hide internal directories.