From 9a6b9de4d994ade370157d74bd71a9cee5ffeda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 21 Aug 2015 08:42:40 +0200 Subject: [PATCH] provide shape too. --- src/main/resources/queryrest.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/queryrest.properties b/src/main/resources/queryrest.properties index 762a6d3..192ccb3 100644 --- a/src/main/resources/queryrest.properties +++ b/src/main/resources/queryrest.properties @@ -3,5 +3,5 @@ server.port=8080 # defines the fields that are included in the response # if no fields have been specified by the user -queryrest.default.response.fields=channel,pulseId,globalMillis,globalNanos,iocMillis,iocNanos,value +queryrest.default.response.fields=channel,pulseId,globalMillis,globalNanos,iocMillis,iocNanos,shape,value queryrest.default.response.aggregations=min,max,sum \ No newline at end of file