File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/ja/docs/languages/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cSpell:ignore: rolldice
10
10
11
11
## 自動コンテキスト伝搬 {#automatic-context-propagation}
12
12
13
- [ ` @opentelemetry/instrumentation-http ` ] ( https://www.npmjs.com/package/@opentelemetry/instrumentation-http ) や[ ` @opentelemetry/instrumentation-express ` ] ( https://www.npmjs.com/package/@opentelemetry/instrumentation-express ) などの[ インストルメンテーションライブラリ ] ( ../libraries/ ) は、サービス間でのコンテキストの伝搬を自動的に行います。
13
+ [ ` @opentelemetry/instrumentation-http ` ] ( https://www.npmjs.com/package/@opentelemetry/instrumentation-http ) や[ ` @opentelemetry/instrumentation-express ` ] ( https://www.npmjs.com/package/@opentelemetry/instrumentation-express ) などの[ 計装ライブラリ ] ( ../libraries/ ) は、サービス間でのコンテキストの伝搬を自動的に行います。
14
14
15
15
[ Getting Startedガイド] ( ../getting-started/nodejs ) に従った場合、` /rolldice ` エンドポイントにクエリを送信するクライアントアプリケーションを作成できます。
16
16
@@ -438,7 +438,7 @@ Parsed JSON: { key: 'value' }
438
438
439
439
これは、サーバーとクライアントコードがライブラリである場合に特に重要です。
440
440
ライブラリはOpenTelemetry APIのみを使用するべきだからです。
441
- その理由を理解するには、[ライブラリにインストルメンテーションを追加する方法のコンセプトページ ](/docs/concepts/instrumentation/libraries/)をお読みください。
441
+ その理由を理解するには、[ライブラリに計装を追加する方法のコンセプトページ ](/docs/concepts/instrumentation/libraries/)をお読みください。
442
442
443
443
{{% /alert %}}
444
444
You can’t perform that action at this time.
0 commit comments