Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit cb8b29d

Browse files
author
Florian Lautenschlager
committed
Update README.md
1 parent 4ca4cda commit cb8b29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chronix-timeseries-exploration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The second text area is for filter queries (e.g. analyses like ag=max, analysis=
6262
#Get the average load (metric) on day 28.08.2013
6363
Range Query: metric:\\Load\\avg AND start:2013-08-28T00:00:00.000Z AND end:2013-08-29T23:59:59.999Z
6464

65-
#Get the maximum of the load (metric) on day 28.08.2013
65+
#Get the maximum, minimum, average of the load (metric) on day 28.08.2013
6666
Range Query: metric:\\Load\\avg AND start:2013-08-28T00:00:00.000Z AND end:2013-08-29T23:59:59.999Z
67-
Filter Query: ag=max
67+
Filter Query: function=max;min;avg
6868
```

0 commit comments

Comments
 (0)