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

janhoy pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new 8dfaa74f94e Bring back original text about "local" metrics (#858)
8dfaa74f94e is described below

commit 8dfaa74f94eb6dabb81817571245b0d676575d8d
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed May 18 12:07:46 2022 +0200

    Bring back original text about "local" metrics (#858)
    
    (cherry picked from commit 961a8a614a565986610dc00130844379e0273b40)
---
 .../modules/upgrade-notes/pages/major-changes-in-solr-9.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc 
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
index b3430b78dd9..976e6602703 100644
--- 
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
+++ 
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
@@ -126,7 +126,7 @@ changed package name to `org.apache.solr.security.jwt`, but 
can still be loaded
 
 === Logging and Metrics
 * Metrics handler only depends on SolrJ instead of core and has its own 
`log4j2.xml` and no longer shares Solr’s logging config.
-* Only `SearchHandler` and subclasses have "local" metrics now. It's now 
tracked with a new `internal=true` tag, which can be filtered in e.g. 
Prometheus.
+* Only `SearchHandler` and subclasses have "local" metrics now. It's now 
tracked as if it's another handler with a "[shard]" suffix, e.g. 
"/select[shard]".
 There are no longer ".distrib." named metrics; all metrics are assumed to be 
such except "[shard]". The default Prometheus exporter config splits that 
component to a new label named "internal".  The sample Grafana dashboard now 
filters to include or exclude this.
 * The default port of "Prometheus exporter" has changed from 9983 to 8989, so 
you may need to adjust your configuration after upgrade.
 * Logging is now asynchronous by default. There's a small window where log 
messages may be lost in the event of some hard crash.

Reply via email to