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-timeseries-exploration/src/main/java/de/qaware/chronix/examples/exploration/ui/MainController.java
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,11 @@ public void initChronix(String solrUrl) {
105
105
@Override
106
106
publicVoidcall() {
107
107
108
-
LOGGER.info("Setting up Chronix with an remote solr to url {}", solrUrl);
108
+
LOGGER.info("Setting up Chronix with a remote Solr to URL {}", solrUrl);
109
109
solr = newHttpSolrClient(solrUrl);
110
110
111
111
booleansolrAvailable = solrAvailable();
112
-
LOGGER.info("Checking connection to solr. Result {}", solrAvailable);
112
+
LOGGER.info("Checking connection to Solr. Result {}", solrAvailable);
Copy file name to clipboardExpand all lines: chronix-timeseries-exploration/src/main/resources/de/qaware/chronix/examples/exploration/ui/Main.fxml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,11 @@
59
59
promptText="Enter your Query here. The following fields are available: start, end, metric, and host. An example query is: metric:*usage* AND host:prod*. Press enter to execute the query."
0 commit comments