Skip to content

Commit

Permalink
[Discovery] Fix metrics APIs for year time range [C-3956] (#7795)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Mar 12, 2024
1 parent 115303d commit 10299d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discovery-provider/src/api/v1/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
valid_bucket_sizes_with_year = {
**valid_bucket_sizes,
"all_time": ["month", "week"],
"year": ["month"],
}


Expand Down

0 comments on commit 10299d2

Please sign in to comment.