Documentation
¶
Overview ¶
Licensed to Elasticsearch B.V. under one or more agreements. Elasticsearch B.V. licenses this file to you under the Apache 2.0 License. See the LICENSE file in the project root for more information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
*output.Options
TLSCertificate string // TLS certificate file path.
TLSKey string // TLS key file path.
ReadTimeout time.Duration // HTTP Server read timeout.
WriteTimeout time.Duration // HTTP Server write timeout.
ConfigPath string // Config path.
DelayParticipation float32 // Delay participation rate (fraction of requests that will be delayed. 0.0 <= p <= 1.0).
DelayDuration time.Duration // Delay duration.
FaultParticipation float32 // Fault participation rate (fraction of requests that will fail. 0.0 <= p <= 1.0).
FaultErrorCode int // Fault HTTP error code.
ExitOnUnmatchedRule bool // If true it will exit if a request does not match any rule.
}
Click to show internal directories.
Click to hide internal directories.