Versions in this module Expand all Collapse all v0 v0.9.2 Aug 23, 2025 v0.9.1 Jul 9, 2025 v0.9.0 Jul 4, 2025 Changes in this version + func CreateLoggerWithTelemetry() *slog.Logger + func SetupTelemetry(ctx context.Context, cfg Config) (shutdown func(context.Context) error, err error) + type Config struct + Protocol string + func (c *Config) IsProtocolGrpc() bool + func (c *Config) IsProtocolHttp() bool v0.8.1 Sep 26, 2024 Changes in this version + func CreateLogger() *slog.Logger + func CreateMeter() metric.Meter + func CreateTracer() trace.Tracer + func SetupOTel(ctx context.Context) (shutdown func(context.Context) error, err error)