You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2018/05/30 01:49:31 UTC

lucene-solr:master: fix typo in autoscaling trigger page

Repository: lucene-solr
Updated Branches:
  refs/heads/master 376440635 -> 8821b8061


fix typo in autoscaling trigger page


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8821b806
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8821b806
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8821b806

Branch: refs/heads/master
Commit: 8821b8061622865a505c46a49f4553979f8d8abc
Parents: 3764406
Author: Varun Thacker <va...@apache.org>
Authored: Tue May 29 18:49:06 2018 -0700
Committer: Varun Thacker <va...@apache.org>
Committed: Tue May 29 18:49:24 2018 -0700

----------------------------------------------------------------------
 solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8821b806/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
index 657b86c..9ac48b1 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
@@ -78,7 +78,7 @@ The metric trigger can be used to monitor any metric exposed by the <<metrics-re
 
 This trigger supports the following configuration:
 
-`metric`:: (string, required) The metric property name to be watched in the format metrics:group:prefix, e.g., `metric:solr.node:CONTAINER.fs.coreRoot.usableSpace`.
+`metric`:: (string, required) The metric property name to be watched in the format metric:group:prefix, e.g `metric:solr.node:CONTAINER.fs.coreRoot.usableSpace`.
 
 `below`:: (double, optional) The lower threshold for the metric value. The trigger produces a metric breached event if the metric's value falls below this value.