Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupOTelSDK ¶
func SetupOTelSDK(ctx context.Context, config *OpenTelemetryConfig) (shutdown func(context.Context) error, err error)
SetupOTelSDK bootstraps the OpenTelemetry pipeline. If it does not return an error, make sure to call shutdown for proper cleanup.
Types ¶
type OpenTelemetryConfig ¶
type OpenTelemetryConfig struct {
Traces *OpenTelemetryTypeConfig
Metrics *OpenTelemetryTypeConfig
Logs *OpenTelemetryTypeConfig
}
type OpenTelemetryTypeConfig ¶
Click to show internal directories.
Click to hide internal directories.