Documentation ¶
Overview ¶
Package otlpexporter exports data by using the OTLP format to a gPRC endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a factory for OTLP exporter.
Types ¶
type Config ¶
type Config struct { exporterhelper.TimeoutSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct. exporterhelper.QueueSettings `mapstructure:"sending_queue"` exporterhelper.RetrySettings `mapstructure:"retry_on_failure"` configgrpc.GRPCClientSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct. EnableLoggerSampler bool `mapstructure:"enable_logger_sampler"` }
Config defines configuration for OTLP exporter.
Click to show internal directories.
Click to hide internal directories.