java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.exporters.internal.ExporterConfigEvaluator

public final class ExporterConfigEvaluator extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Method Details

    • isExporterEnabled

      public static boolean isExporterEnabled(org.springframework.core.env.Environment environment, @Nullable String oldAllKey, String oldKey, String exportersKey, String wantExporter, boolean defaultValue)