Documentation ¶
Overview ¶
Package zipkinreceiver receives Zipkin traces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.8.0
func NewFactory() component.ReceiverFactory
NewFactory creates a new Zipkin receiver factory
Types ¶
type Config ¶
type Config struct { config.ReceiverSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct // Configures the receiver server protocol. confighttp.HTTPServerSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct // If enabled the zipkin receiver will attempt to parse string tags/binary annotations into int/bool/float. // Disabled by default ParseStringTags bool `mapstructure:"parse_string_tags"` }
Config defines configuration for Zipkin receiver.
Click to show internal directories.
Click to hide internal directories.