tracing

package
v0.51.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 20 Imported by: 1

Documentation

Index

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
}

Manager is capable of building, (re)installing and shutting down the tracer provider.

func NewManager

func NewManager(logger log.Logger) *Manager

NewManager creates a new tracing manager.

func (*Manager) ApplyConfig

func (m *Manager) ApplyConfig(cfg *config.Config) error

ApplyConfig takes care of refreshing the tracing configuration by shutting down the current tracer provider (if any is registered) and installing a new one.

func (*Manager) Run

func (m *Manager) Run()

Run starts the tracing manager. It registers the global text map propagator and error handler. It is blocking.

func (*Manager) Stop

func (m *Manager) Stop()

Stop gracefully shuts down the tracer provider and stops the tracing manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL