We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce318ae commit ed9fa50Copy full SHA for ed9fa50
1 file changed
hypertrace-graphql-metric-schema/src/main/java/org/hypertrace/graphql/metric/request/MetricArguments.java
@@ -6,7 +6,7 @@
6
public class MetricArguments {
7
8
public static List<Object> avgRateWithPeriod(Duration period) {
9
- return List.of(period.toSeconds());
+ return List.of(period.toString());
10
}
11
12
public static List<Object> percentileWithSize(int size) {
0 commit comments