Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotDefinedExporter = errors.New("invalid exporter provided")
)
Functions ¶
func NewPropagators ¶
func NewPropagators(use []string) (propagation.TextMapPropagator, error)
Types ¶
type ExporterFactory ¶
type ExporterFactory map[string]generatorFunc
func NewExporterFactory ¶
func NewExporterFactory() ExporterFactory
func (ExporterFactory) NewExporter ¶
func (ef ExporterFactory) NewExporter(ctx context.Context, conf *config.Export) (sdktrace.SpanExporter, error)
Click to show internal directories.
Click to hide internal directories.