Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 2025 Changes in this version + type Config struct + AppName string + Enabled bool + TraceSampleRate float64 + Version string + type ExporterConfig struct + Endpoint string + Headers map[string]string + Insecure bool + Type ExporterType + type ExporterType byte + const GRPC + const HTTP + func ExporterTypeFromString(exporterTypeStr string) (ExporterType, error) + func (t ExporterType) MarshalJSON() ([]byte, error) + func (t ExporterType) String() string + type Tracer interface + var Noop Tracer = noOpTracer{} + func New(config Config) (Tracer, error)