Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 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)