Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentReloader ¶
ComponentReloader describes how to reload a component.
type Config ¶
Config holds all the configuration information for Parca Agent.
type ConfigReloader ¶
type ConfigReloader struct {
// contains filtered or unexported fields
}
ConfigReloader holds all information required to reload Parca Agent's config into its running components.
func NewConfigReloader ¶
func NewConfigReloader( logger log.Logger, reg prometheus.Registerer, filename string, reloaders []ComponentReloader, ) (*ConfigReloader, error)
NewConfigReloader returns an instantiated config reloader.
Click to show internal directories.
Click to hide internal directories.