アノテーションインターフェース ConditionalOnEnabledTracingExport


@RetentionSE(RUNTIMESE) @TargetSE({TYPESE,METHODSE}) @DocumentedSE @Conditional(org.springframework.boot.micrometer.tracing.autoconfigure.OnEnabledTracingExportCondition.class) public @interface ConditionalOnEnabledTracingExport
トレースが有効かどうかをチェックする @Conditionalmanagement.tracing.export.enabled プロパティの値が true であるか、構成されていない場合に一致します。tracing exporter name が設定されている場合、management.<name>.tracing.export.enabled プロパティを使用して、特定のトレースエクスポーターの動作を制御できます。その場合、エクスポーター固有のプロパティがグローバルプロパティよりも優先されます。
導入:
4.0.0
作成者:
Moritz Halbritter
  • オプション要素の概要

    オプション要素
    修飾子と型
    オプションの要素
    説明
    トレースエクスポーターの名前。
  • 要素の詳細

    • value

      StringSE value
      トレースエクスポーターの名前。
      戻り値:
      トレースエクスポーターの名前
      デフォルト:
      ""