Documentation ¶
Overview ¶
Package jaegerthrifthttpexporter implements an exporter that sends trace data to a Jaeger collector Thrift over HTTP endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.9.0
NewFactory creates a factory for Jaeger Thrift over HTTP exporter.
Types ¶
type Config ¶
type Config struct {
confighttp.HTTPClientSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct.
}
Config defines configuration for Jaeger Thrift over HTTP exporter.
Click to show internal directories.
Click to hide internal directories.