Skip to content

Commit c44adb1

Browse files
committed
fixup! docs(i18n): translate content/ja/docs/languages/js/propagation.md into ja
1 parent d51762e commit c44adb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/languages/js/propagation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cSpell:ignore: rolldice
1010

1111
## 自動コンテキスト伝搬 {#automatic-context-propagation}
1212

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/)は、サービス間でのコンテキストの伝搬を自動的に行います。
1414

1515
[Getting Startedガイド](../getting-started/nodejs)に従った場合、`/rolldice`エンドポイントにクエリを送信するクライアントアプリケーションを作成できます。
1616

@@ -438,7 +438,7 @@ Parsed JSON: { key: 'value' }
438438
439439
これは、サーバーとクライアントコードがライブラリである場合に特に重要です。
440440
ライブラリはOpenTelemetry APIのみを使用するべきだからです。
441-
その理由を理解するには、[ライブラリにインストルメンテーションを追加する方法のコンセプトページ](/docs/concepts/instrumentation/libraries/)をお読みください。
441+
その理由を理解するには、[ライブラリに計装を追加する方法のコンセプトページ](/docs/concepts/instrumentation/libraries/)をお読みください。
442442
443443
{{% /alert %}}
444444

0 commit comments

Comments
 (0)