Documentation ¶
Index ¶
- type E2eProcessingLatencyAggregate
- func (e *E2eProcessingLatencyAggregate) Add(e2 *E2eProcessingLatencyAggregate)
- func (e *E2eProcessingLatencyAggregate) Host() string
- func (e *E2eProcessingLatencyAggregate) Len() int
- func (e *E2eProcessingLatencyAggregate) Less(i, j int) bool
- func (e *E2eProcessingLatencyAggregate) Swap(i, j int)
- func (e *E2eProcessingLatencyAggregate) Target(key string) ([]string, string)
- 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 E2eProcessingLatencyAggregateFromJSON ¶
func E2eProcessingLatencyAggregateFromJSON(j *simplejson.Json, topic, channel, host string) *E2eProcessingLatencyAggregate
func (*E2eProcessingLatencyAggregate) Add ¶
func (e *E2eProcessingLatencyAggregate) Add(e2 *E2eProcessingLatencyAggregate)
Add merges e2 into e by averaging the percentiles
func (*E2eProcessingLatencyAggregate) Host ¶
func (e *E2eProcessingLatencyAggregate) Host() string
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)
Click to show internal directories.
Click to hide internal directories.