You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: chronix-server-integration/src/main/java/de/qaware/chronix/examples/server/ChronixClientExampleWithKassiopeia.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
35
35
/**
36
36
* An example showcase of how to integrate chronix into your application.
37
-
* Works with the release 0.1.1 of the chronix-server
37
+
* Works with the release 0.2 of the chronix-server
38
38
* Download at <a href="https://github.com/ChronixDB/chronix.server/releases/download/v0.1/chronix-0.1.zip">chronix-server-0.1.1</a>
39
39
* Note: The example data stored in the release
40
40
*
@@ -59,7 +59,7 @@ public static void main(String[] args) {
59
59
60
60
//We want the maximum of all time series that metric matches *load*.
61
61
SolrQueryquery = newSolrQuery("metric:*Load*");
62
-
query.addFilterQuery("ag=max");
62
+
query.addFilterQuery("function=max");
63
63
64
64
//The result is a Java Stream. We simply collect the result into a list.
Copy file name to clipboardExpand all lines: chronix-server-integration/src/main/java/de/qaware/chronix/examples/server/ChronixClientExampleWithKassiopeiaSimple.java
Copy file name to clipboardExpand all lines: chronix-timeseries-exploration/src/main/java/de/qaware/chronix/examples/exploration/ui/MainController.java
0 commit comments