Documentation ¶
Index ¶
- func StartDDAgent(agentAddress, endpointAddress string, expectedSpansCount, threads, repeat int) (context.CancelFunc, chan struct{}, error)
- func StartJgAgent(agentAddress, endpointAddress string, expectedSpansCount, threads, repeat int) (context.CancelFunc, chan struct{}, error)
- type Agent
- type Amplifier
- type AmplifierFunc
- type DDAgent
- type GeneralAmplifier
- type JgAgent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartDDAgent ¶
func StartDDAgent(agentAddress, endpointAddress string, expectedSpansCount, threads, repeat int) (context.CancelFunc, chan struct{}, error)
func StartJgAgent ¶
func StartJgAgent(agentAddress, endpointAddress string, expectedSpansCount, threads, repeat int) (context.CancelFunc, chan struct{}, error)
Types ¶
type AmplifierFunc ¶
type GeneralAmplifier ¶
type GeneralAmplifier struct {
// contains filtered or unexported fields
}
func NewGeneralAmplifier ¶
func NewGeneralAmplifier(name string, threads, repeat int, handler AmplifierFunc) *GeneralAmplifier
func (*GeneralAmplifier) Close ¶
func (gamp *GeneralAmplifier) Close()
func (*GeneralAmplifier) StartThreads ¶
Click to show internal directories.
Click to hide internal directories.