Commit 1398449 1 parent 915648d commit 1398449 Copy full SHA for 1398449
File tree 1 file changed +3
-3
lines changed
content/ja/docs/languages/sdk-configuration
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ OTLP/HTTP を使う場合は、通常 `v1/logs` で終わります。
83
83
- HTTP:
84
84
` export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="http://my-api-endpoint/v1/logs" `
85
85
86
- ## ヘッダーの設定
86
+ ## ヘッダーの設定 {#header-configuration}
87
87
88
88
以下の環境変数を使用すると、gRPC または HTTP リクエストの発信時に追加するヘッダーを、キーと値のペアのリストとして設定できます。
89
89
@@ -123,7 +123,7 @@ OTLP/HTTP を使う場合は、通常 `v1/logs` で終わります。
123
123
** 例:**
124
124
` export OTEL_EXPORTER_OTLP_LOGS_HEADERS="api-key=key,other-config-value=value" `
125
125
126
- ## タイムアウトの設定
126
+ ## タイムアウトの設定 {#timeout-configuration}
127
127
128
128
以下の環境変数は、OTLPエクスポーターがデータのネットバッチを送信する前に待つ最大時間(ミリ秒単位)を設定します。
129
129
@@ -159,7 +159,7 @@ OTLP/HTTP を使う場合は、通常 `v1/logs` で終わります。
159
159
160
160
** 例:** ` export OTEL_EXPORTER_OTLP_LOGS_TIMEOUT=500 `
161
161
162
- ## プロトコルの設定
162
+ ## プロトコルの設定 {#protocol-configuration}
163
163
164
164
以下の環境変数は、OTLPエクスポーターが使用するOTLPトランスポートプロトコルを設定します。
165
165
You can’t perform that action at this time.
0 commit comments