Documentation
¶
Overview ¶
nolint: mnd
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Instrument ¶
func Instrument( ctx context.Context, cfg *config.ObservabilityConfig, serviceName, serviceVersion string, ) (func(context.Context) error, error)
Instrument bootstraps the OpenTelemetry pipeline. If it does not return an error, make sure to call shutdown for proper cleanup.
func NewComponent ¶
func NewComponent(opts *Opts) composer.FlowComponent
Types ¶
type Opts ¶ added in v0.3.0
type Opts struct {
Cfg *config.ObservabilityConfig
Version string
}
Click to show internal directories.
Click to hide internal directories.