Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(ctx context.Context, config *Configuration) (receiver.TraceReceiver, error)
New creates a TraceReceiver that receives traffic as a collector with both Thrift and HTTP transports.
Types ¶
type Configuration ¶ added in v0.0.4
type Configuration struct { CollectorThriftPort int `yaml:"tchannel_port"` CollectorHTTPPort int `yaml:"collector_http_port"` AgentPort int `yaml:"agent_port"` AgentCompactThriftPort int `yaml:"agent_compact_thrift_port"` AgentBinaryThriftPort int `yaml:"agent_binary_thrift_port"` }
Configuration defines the behavior and the ports that the Jaeger receiver will use.
Click to show internal directories.
Click to hide internal directories.