Versions in this module Expand all Collapse all v0 v0.0.2 Jan 23, 2025 Changes in this version + func InitContextWithTrace(ctx context.Context, t32, s16 string) context.Context + func InitTracer(conf TraceConf) func(context.Context) error + func TraceIdFromContext(ctx context.Context) string + type TraceConf struct + CollectorURL string + Insecure bool + ServiceName string + TransportProtocol TransportProtocolType + type TransportProtocolType string + const TransportProtocolGRPC + const TransportProtocolHTTP