Skip to content

Commit

Permalink
nit: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshi Yamaguchi committed Jul 11, 2024
1 parent 41e9592 commit 3f6de8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/instrumentation/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ try (Scope unused = span.makeCurrent()) {
ここに[Java でのコンテキスト抽出の例](/docs/languages/java/instrumentation/#context-propagation) の完全なものがあります。

メッセージングシステムの場合、一度に複数のメッセージを受け取ることがあります。
受信したメッセージは、作成したスパンの[_リンク_](/docs/languages/java/instrumentation/#create-span-with-links)になります。
受信したメッセージは、作成したスパンの[_リンク_](/docs/languages/java/instrumentation/#create-spans-with-links)になります。
詳しくは[メッセージング規約](/docs/specs/semconv/messaging/messaging-spans/)を参照してください(警告:メッセージング規約は[策定中](https://github.com/open-telemetry/oteps/pull/173) 🚧 です)。

### コンテキストを注入する {#injecting-context}
Expand Down

0 comments on commit 3f6de8e

Please sign in to comment.