Versions in this module Expand all Collapse all v0 v0.9.0 Sep 7, 2023 v0.8.0 Apr 17, 2023 Changes in this version + func Test() v0.7.0 Mar 13, 2023 Changes in this version + func Init(cfg Config) + func Start(ctx context.Context, pkgName, methodName string) (context.Context, oteltrace.Span) + type Config struct + Enable bool + OtelCollector string + ServerName string + type Tracer struct + func NewTracer(moduleName string, kind oteltrace.SpanKind) *Tracer + func (t *Tracer) Start(ctx context.Context, methodName string, opts ...oteltrace.SpanStartOption) (context.Context, oteltrace.Span)