Versions in this module Expand all Collapse all v1 v1.30.1 Dec 19, 2025 v1.30.0 Nov 19, 2025 Changes in this version + type Base struct + Field string + type Latency struct + Dividend string + Divisor string + func (p *Latency) GenerateAggregation(metricName string) (map[string]interface{}, error) + type LatencySumFuncValueInGroup struct + Group struct{ ... } + func (p *LatencySumFuncValueInGroup) GenerateAggregation(metricName string) (map[string]interface{}, error) + type Rate struct + Scale uint + func (p *Rate) GenerateAggregation(metricName string) (map[string]interface{}, error) + type RateSumFuncValueInGroup struct + Group struct{ ... } + func (p *RateSumFuncValueInGroup) GenerateAggregation(metricName string) (map[string]interface{}, error) + type SumFuncValueInGroup struct + Group struct{ ... } + func (p *SumFuncValueInGroup) GenerateAggregation(metricName string) (map[string]interface{}, error)