Skip to content

Commit

Permalink
fix: fix operator of metric average (#4570)
Browse files Browse the repository at this point in the history
Signed-off-by: yuda <[email protected]>
  • Loading branch information
yuda110 authored Aug 26, 2024
1 parent 866e32e commit 593d087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const GRANULARITY = {

export const OPERATOR = {
SUM: 'sum',
AVG: 'avg',
AVG: 'average',
MAX: 'max',
MIN: 'min',
} as const;
Expand Down

0 comments on commit 593d087

Please sign in to comment.