Documentation ¶
Index ¶
- type E2eProcessingLatencyAggregate
- func (e *E2eProcessingLatencyAggregate) Add(e2 *E2eProcessingLatencyAggregate)
- func (e *E2eProcessingLatencyAggregate) Len() int
- func (e *E2eProcessingLatencyAggregate) Less(i, j int) bool
- func (e *E2eProcessingLatencyAggregate) Swap(i, j int)
- func (e *E2eProcessingLatencyAggregate) UnmarshalJSON(b []byte) error
- type Quantile
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E2eProcessingLatencyAggregate ¶
type E2eProcessingLatencyAggregate struct { Count int `json:"count"` Percentiles []map[string]float64 `json:"percentiles"` Topic string `json:"topic"` Channel string `json:"channel"` Addr string `json:"host"` }
func (*E2eProcessingLatencyAggregate) Add ¶
func (e *E2eProcessingLatencyAggregate) Add(e2 *E2eProcessingLatencyAggregate)
Add merges e2 into e by averaging the percentiles
func (*E2eProcessingLatencyAggregate) Len ¶
func (e *E2eProcessingLatencyAggregate) Len() int
func (*E2eProcessingLatencyAggregate) Less ¶
func (e *E2eProcessingLatencyAggregate) Less(i, j int) bool
func (*E2eProcessingLatencyAggregate) Swap ¶
func (e *E2eProcessingLatencyAggregate) Swap(i, j int)
func (*E2eProcessingLatencyAggregate) UnmarshalJSON ¶ added in v0.3.6
func (e *E2eProcessingLatencyAggregate) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.