You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by st...@apache.org on 2023/09/14 20:22:40 UTC

[solr] branch main updated (729b4979a39 -> 5f25f09de46)

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

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


    from 729b4979a39 SOLR-16954: Fix test failures caused by update circuit breaker (#1918)
     add 5f25f09de46 SOLR-16938 Auto configure tracer without a <tracerConfig> tag in solr… (#1922)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +
 .../org/apache/solr/core/TracerConfigurator.java   | 77 ++++++++++++++++++++--
 .../apache/solr/util/tracing/SimplePropagator.java |  2 +-
 .../org/apache/solr/util/tracing/TraceUtils.java   |  6 +-
 .../apache/solr/core/TestTracerConfigurator.java   | 53 +++++++++++++++
 .../solr/opentelemetry/OtelTracerConfigurator.java | 41 ++++++------
 .../CustomTestOtelTracerConfigurator.java          |  2 +-
 .../opentelemetry/OtelTracerConfiguratorTest.java  | 13 +++-
 solr/server/resources/log4j2.xml                   |  6 +-
 .../pages/distributed-tracing.adoc                 |  2 +
 .../apache/solr/cloud/MiniSolrCloudCluster.java    |  7 ++
 11 files changed, 177 insertions(+), 34 deletions(-)
 create mode 100644 solr/core/src/test/org/apache/solr/core/TestTracerConfigurator.java