Skip to content

Commit

Permalink
Merge pull request kubewharf#76 from zzzzhhb/add_p95_agg
Browse files Browse the repository at this point in the history
enhancement(kcmas): aggregate function p95
  • Loading branch information
waynepeking348 authored Apr 2, 2024
2 parents 339cc97 + 3136b0c commit bf45168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/metric/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const (
AggregateFunctionMax = "_agg_max"
AggregateFunctionMin = "_agg_min"
AggregateFunctionP99 = "_agg_p99"
AggregateFunctionP95 = "_agg_p95"
AggregateFunctionP90 = "_agg_p90"
AggregateFunctionLatest = "_agg_latest"
)

0 comments on commit bf45168

Please sign in to comment.