Documentation ¶
Index ¶
- type XrayTracesGenerator
- func (g *XrayTracesGenerator) Generate(ctx context.Context) error
- func (g *XrayTracesGenerator) GetAgentConfigPath() string
- func (g *XrayTracesGenerator) GetAgentRuntime() time.Duration
- func (g *XrayTracesGenerator) GetGeneratorConfig() *base.TraceGeneratorConfig
- func (g *XrayTracesGenerator) GetName() string
- func (g *XrayTracesGenerator) GetSegmentCount() (int, int)
- func (g *XrayTracesGenerator) StartSendingTraces(ctx context.Context) error
- func (g *XrayTracesGenerator) StopSendingTraces()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XrayTracesGenerator ¶
type XrayTracesGenerator struct { base.TraceGenerator base.TraceGeneratorInterface }
func NewLoadGenerator ¶
func NewLoadGenerator(cfg *base.TraceGeneratorConfig) *XrayTracesGenerator
func (*XrayTracesGenerator) Generate ¶
func (g *XrayTracesGenerator) Generate(ctx context.Context) error
func (*XrayTracesGenerator) GetAgentConfigPath ¶
func (g *XrayTracesGenerator) GetAgentConfigPath() string
func (*XrayTracesGenerator) GetAgentRuntime ¶
func (g *XrayTracesGenerator) GetAgentRuntime() time.Duration
func (*XrayTracesGenerator) GetGeneratorConfig ¶
func (g *XrayTracesGenerator) GetGeneratorConfig() *base.TraceGeneratorConfig
func (*XrayTracesGenerator) GetName ¶
func (g *XrayTracesGenerator) GetName() string
func (*XrayTracesGenerator) GetSegmentCount ¶
func (g *XrayTracesGenerator) GetSegmentCount() (int, int)
func (*XrayTracesGenerator) StartSendingTraces ¶
func (g *XrayTracesGenerator) StartSendingTraces(ctx context.Context) error
func (*XrayTracesGenerator) StopSendingTraces ¶
func (g *XrayTracesGenerator) StopSendingTraces()
Click to show internal directories.
Click to hide internal directories.