Skip to content

Commit

Permalink
add minutes as time option (opensearch-project#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 authored Jan 22, 2024
1 parent 96d5644 commit f1f0775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const ACCELERATION_AGGREGRATION_FUNCTIONS = [
export const ACCELERATION_TIME_INTERVAL = [
{ text: 'millisecond(s)', value: 'millisecond' },
{ text: 'second(s)', value: 'second' },
{ text: 'minutes(s)', value: 'minute' },
{ text: 'hour(s)', value: 'hour' },
{ text: 'day(s)', value: 'day' },
{ text: 'week(s)', value: 'week' },
Expand Down

0 comments on commit f1f0775

Please sign in to comment.