Documentation ¶ Index ¶ type Manager func New(enableTrace bool, enableProfiler bool) (*Manager, error) func (tm *Manager) Shutdown() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func New ¶ func New(enableTrace bool, enableProfiler bool) (*Manager, error) func (*Manager) Shutdown ¶ func (tm *Manager) Shutdown() error Shutdown calls cleanup functions registered in the telemetry manager. Each registered cleanup will be invoked once and the errors from the calls are joined. Source Files ¶ View all Source files telemetry.go Click to show internal directories. Click to hide internal directories.