Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngestionPath ¶
type IngestionPath struct { Enabled bool `yaml:"enabled"` Description string `yaml:"description"` Writers *Writer `yaml:"writers"` // contains filtered or unexported fields }
func (*IngestionPath) SamplingConfiguration ¶
func (w *IngestionPath) SamplingConfiguration() (gmeasure.SamplingConfig, model.Duration)
type QueryPath ¶
type QueryPath struct { Enabled bool `yaml:"enabled"` Description string `yaml:"description"` Readers *Reader `yaml:"readers"` // contains filtered or unexported fields }
func (*QueryPath) LogGenerator ¶
func (*QueryPath) SamplingConfiguration ¶
func (r *QueryPath) SamplingConfiguration() (gmeasure.SamplingConfig, model.Duration)
type Scenarios ¶
type Scenarios struct { IngestionPath *IngestionPath `yaml:"ingestionPath,omitempty"` QueryPath *QueryPath `yaml:"queryPath,omitempty"` }
func (*Scenarios) IsReadTestEnabled ¶
func (*Scenarios) IsWriteTestEnabled ¶
Click to show internal directories.
Click to hide internal directories.