Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMetricsPipeline ¶
func NewMetricsPipeline(c PipelineConfig) (func() error, error)
func NewTracePipeline ¶
func NewTracePipeline(c PipelineConfig) (func() error, error)
Types ¶
type PipelineConfig ¶
type PipelineConfig struct { Endpoint string Insecure bool Headers map[string]string Resource *resource.Resource ReportingPeriod string Propagators []string // TemporalityPreference is one of "cumulative", "delta", or "stateless" TemporalityPreference string // Credentials carries the TLS settings. Credentials credentials.TransportCredentials // UseLightstepMetricsSDK determines whether to use the metrics // SDK at ../lightstep/sdk/metric. UseLightstepMetricsSDK bool }
type PipelineSetupFunc ¶
type PipelineSetupFunc func(PipelineConfig) (func() error, error)
Click to show internal directories.
Click to hide internal directories.