Versions in this module Expand all Collapse all v0 v0.4.0 Aug 2, 2026 Changes in this version + func L(ctx context.Context) *slog.Logger + func LoggerFromContext(ctx context.Context) *slog.Logger + func WithLogger(ctx context.Context, logger *slog.Logger) context.Context + type Config struct + APIKey string + Disabled bool + Endpoint string + LogLevel slog.Level + Provider string + ServiceName string + ServiceVersion string + Verbose bool + func DefaultConfig() Config + type Observability struct + func New(cfg Config) (*Observability, error) + func (o *Observability) Logger() *slog.Logger + func (o *Observability) Provider() observops.Provider + func (o *Observability) Shutdown(ctx context.Context) error