Skip to content

Commit

Permalink
AVGRATE changes (#110)
Browse files Browse the repository at this point in the history
* changed long to iso

* merged main

Co-authored-by: Sarthak Singhal <[email protected]>
  • Loading branch information
sarthak77 and Sarthak Singhal authored Nov 1, 2021
1 parent ce318ae commit ed9fa50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class MetricArguments {

public static List<Object> avgRateWithPeriod(Duration period) {
return List.of(period.toSeconds());
return List.of(period.toString());
}

public static List<Object> percentileWithSize(int size) {
Expand Down

0 comments on commit ed9fa50

Please sign in to comment.