Versions in this module Expand all Collapse all v0 v0.1.2 Jun 3, 2024 v0.1.1 Jun 3, 2024 Changes in this version + func Resources(ctx context.Context, service, version string) *resource.Resource + func Setup(ctx context.Context, service, version string, options ...Variadic) (shutdown func(context.Context) error, err error) + type Logs struct + Debugger *stdoutlog.Exporter + Local bool + Options []otlploghttp.Option + type Metrics struct + Debugger metric.Exporter + Local bool + Options []otlpmetrichttp.Option + type Settings struct + Logs *Logs + Metrics *Metrics + Propagators []propagation.TextMapPropagator + Tracer *Tracer + Zipkin *Zipkin + func Options() *Settings + type Tracer struct + Debugger *stdouttrace.Exporter + Local bool + Options []otlptracehttp.Option + type Variadic types.Variadic[Settings] + type Zipkin struct + Enabled bool + URL string