Versions in this module Expand all Collapse all v1 v1.33.0 Dec 19, 2024 Changes in this version type Protocol + const ProtocolSTDOUT v1.24.0 Apr 1, 2024 Changes in this version + func NewMetricsPipeline(c PipelineConfig) (func() error, error) + func NewTracePipeline(c PipelineConfig) (func() error, error) + type PipelineConfig struct + Endpoint string + Headers map[string]string + Insecure bool + Propagators []string + Protocol Protocol + ReportingPeriod string + Resource *resource.Resource + Sampler trace.Sampler + SpanProcessors []trace.SpanProcessor + type PipelineSetupFunc func(PipelineConfig) (func() error, error) + type Protocol string + const ProtocolGRPC + const ProtocolHTTPJSON + const ProtocolHTTPProtobuf