Documentation ¶
Overview ¶
Package skywalkingexporter exports data by using SkyWalking data collect protocol to a gPRC endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a factory for Skywalking exporter.
Types ¶
type Config ¶
type Config struct { configgrpc.ClientConfig `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct. exporterhelper.QueueSettings `mapstructure:"sending_queue"` configretry.BackOffConfig `mapstructure:"retry_on_failure"` exporterhelper.TimeoutSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct. // The number of grpc streams that send the gRPC requests. NumStreams int `mapstructure:"num_streams"` }
Config defines configuration for SkyWalking exporter.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.