Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatBlock ¶
type StatBlock struct {
TotalDurationMs map[string][]float64 `json:"total_duration_ms"`
RequestDurationMs map[string][]float64 `json:"request_duration_ms"`
ResponseDurationMs map[string][]float64 `json:"response_duration_ms"`
RequestRate map[string][]float64 `json:"request_rate"`
TopRequest map[string]*toplist.Toplist `json:"top_request"`
Slowlog map[string][]haproxy.HTTPRequest
Pct75th map[string]float64 `json:"75th"`
sync.RWMutex
// contains filtered or unexported fields
}
func (*StatBlock) GetSlowlog ¶
func (sb *StatBlock) GetSlowlog(frontend string) []haproxy.HTTPRequest
Click to show internal directories.
Click to hide internal directories.