File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
content/ja/docs/concepts/instrumentation Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ IgnoreDirs:
1010 # DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
1111 # Ignore blog index pages for all locales and in all blog sections (top-level and years)
1212 - ^(../)?blog/(\d+/)?page/\d+
13- # TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages:
14- - ^ja/docs/concepts/instrumentation/libraries/
1513 # TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
1614 - ^zh/docs/concepts/signals/baggage/
1715 - ^zh/docs/zero-code/php/
Original file line number Diff line number Diff line change 22title : ライブラリ
33description : ライブラリにネイティブ計装を追加する方法を紹介します。
44weight : 40
5- default_lang_commit : d8c5612
6- htmltest :
7- IgnoreDirs :
8- # TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages:
9- - ^ja/docs/concepts/instrumentation/libraries/
5+ default_lang_commit : d8c5612 # + link-fix patch
106---
117
128OpenTelemetryは、多くのライブラリに[ 計装ライブラリ] [ instrumentation libraries ] を提供していて、これは通常、ライブラリフックやモンキーパッチライブラリコードを通して行われます。
@@ -235,7 +231,7 @@ try (Scope unused = span.makeCurrent()) {
235231ここに[ Java でのコンテキスト抽出の例] ( /docs/languages/java/instrumentation/#context-propagation ) の完全なものがあります。
236232
237233メッセージングシステムの場合、一度に複数のメッセージを受け取ることがあります。
238- 受信したメッセージは、作成したスパンの[ _ リンク_ ] ( /docs/languages/java/instrumentation/#create-spans-with-links ) になります。
234+ 受信したメッセージは、作成したスパンの _ リンク_ になります。
239235詳しくは[ メッセージング規約] ( /docs/specs/semconv/messaging/messaging-spans/ ) を参照してください(警告:メッセージング規約は[ 策定中] ( https://github.com/open-telemetry/oteps/pull/173 ) 🚧 です)。
240236
241237### コンテキストを注入する {#injecting-context}
You can’t perform that action at this time.
0 commit comments