Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Supervisor ¶
type Supervisor struct {
// contains filtered or unexported fields
}
Supervisor implements supervising of OpenTelemetry Collector and uses OpAMPClient to work with an OpAMP Server.
func NewSupervisor ¶
func NewSupervisor(logger *zap.Logger, cfg config.Supervisor) (*Supervisor, error)
func (*Supervisor) Shutdown ¶
func (s *Supervisor) Shutdown()
func (*Supervisor) Start ¶ added in v0.107.0
func (s *Supervisor) Start() error
Click to show internal directories.
Click to hide internal directories.