You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/18 10:07:51 UTC

[solr] branch main updated: Bring back original text about "local" metrics (#858)

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

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


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

commit 961a8a614a565986610dc00130844379e0273b40
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Wed May 18 12:07:46 2022 +0200

    Bring back original text about "local" metrics (#858)
---
 .../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.