You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/10/17 12:15:14 UTC

[lucene-solr] branch SOLR-14943 created (now f797ef1)

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a change to branch SOLR-14943
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


      at f797ef1  fix some errors in the doc to match reality

This branch includes the following new commits:

     new f797ef1  fix some errors in the doc to match reality

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[lucene-solr] 01/01: fix some errors in the doc to match reality

Posted by ep...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch SOLR-14943
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit f797ef1f2ebf36d5fef4589719002d1700d87e5c
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Sat Oct 17 08:14:51 2020 -0400

    fix some errors in the doc to match reality
---
 .../src/monitoring-solr-with-prometheus-and-grafana.adoc              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/monitoring-solr-with-prometheus-and-grafana.adoc b/solr/solr-ref-guide/src/monitoring-solr-with-prometheus-and-grafana.adoc
index 9fa01ae..883984f 100644
--- a/solr/solr-ref-guide/src/monitoring-solr-with-prometheus-and-grafana.adoc
+++ b/solr/solr-ref-guide/src/monitoring-solr-with-prometheus-and-grafana.adoc
@@ -106,7 +106,7 @@ The number of threads. The `solr-exporter` creates thread pools for requests to
 `-s`, `--scrape-interval`::
 The number of seconds between collecting metrics from Solr. The `solr-exporter` collects metrics from Solr every few seconds controlled by this setting. These metrics are cached and returned regardless of how frequently prometheus is configured to pull metrics from this tool. The freshness of the metrics can be improved by reducing the scrape interval but do not set it to a very low value because metrics collection can be expensive and can execute arbitrary searches to ping Solr. The def [...]
 
-The Solr's metrics exposed by `solr-exporter` can be seen at: `\http://localhost:9983/solr/admin/metrics`.
+The Solr's metrics exposed by `solr-exporter` can be seen at: `\http://localhost:8983/solr/admin/metrics`.
 
 === Environment Variable Options
 
@@ -155,7 +155,7 @@ Note: The Exporter needs the `commons-codec` library for SSL/BasicAuth, but does
 == Exporter Configuration
 The configuration for the `solr-exporter` defines the data to get from Solr. This includes the metrics, but can also include queries to the PingRequestHandler, the Collections API, and a query to any query request handler.
 
-A default example configuration is in `contrib/prometheus-exporter/config/solr-exporter-config.xml`. Below is a slightly shortened version of it:
+A default example configuration is in `contrib/prometheus-exporter/conf/solr-exporter-config.xml`. Below is a slightly shortened version of it:
 
 [source,xml]
 ----