otel

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

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

type OpenTelemetryTypeConfig struct {
	// Exporter can be "otlp", "none", etc.
	Exporter string
	// Protocol can be "grpc" or "http"
	Protocol string
}

Jump to

Keyboard shortcuts

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