Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { WorkerCount int NumTraces int PropagateContext bool Rate int64 TotalDuration time.Duration ServiceName string // OTLP config Endpoint string Insecure bool UseHTTP bool Headers HeaderValue }
Config describes the test scenario.
type HeaderValue ¶ added in v0.43.0
func (*HeaderValue) Set ¶ added in v0.43.0
func (v *HeaderValue) Set(s string) error
func (*HeaderValue) String ¶ added in v0.43.0
func (v *HeaderValue) String() string
Click to show internal directories.
Click to hide internal directories.