Documentation
¶
Overview ¶
Package zipkinreceiver receives Zipkin traces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a new Zipkin receiver factory
Types ¶
type Config ¶
type Config struct { // Configures the receiver server protocol. confighttp.ServerConfig `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.