Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + type Config struct + Enabled bool + TraceSampleRate float64 + 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 + func New(config Config) (Tracer, error) v1.9.8-rc.9 Jun 28, 2023