D.15. Jaeger
Maven Coordinates
<dependency> <groupId>io.thorntail</groupId> <artifactId>jaeger</artifactId> </dependency>
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>jaeger</artifactId>
</dependency>
設定
- thorntail.jaeger.agent-host
- UDP 経由でエージェントと通信するためのホスト名
- thorntail.jaeger.agent-port
- UDP 経由でエージェントと通信するためのポート
- thorntail.jaeger.enable-b3-header-propagation
- 設定されたトレーサーで B3 ヘッダーの伝搬を有効にするかどうか。デフォルトは false です。
- thorntail.jaeger.password
- エンドポイントへの「Basic」認証の一部としてエンドポイントに送信するパスワード。
- thorntail.jaeger.remote-reporter-http-endpoint
- http://jaeger-collector.istio-system:14268/api/tracesなど、Jaeger コレクターの Remote Reporter HTTP エンドポイント
- thorntail.jaeger.reporter-flush-interval
- レポーターのフラッシュ間隔(ms)
- thorntail.jaeger.reporter-log-spans
- レポーターがスパンもログに記録すべきかどうか。
- thorntail.jaeger.reporter-max-queue-size
- レポーターの最大キューサイズ
- thorntail.jaeger.sampler-manager-host
- リモート制御サンプラーを使用する場合のホスト名およびポート
- thorntail.jaeger.sampler-parameter
-
サンプラーのパラメーター (数値)。例:
1
- thorntail.jaeger.sampler-type
-
サンプラータイプ。例:
const
- thorntail.jaeger.service-name
-
サービス名。必須(このパラメーター、システムプロパティー、または env var を使用)。Ex.:
order-manager
- thorntail.jaeger.user
- エンドポイントへの「Basic」認証の一部としてエンドポイントに送信するユーザー名。