Commit a2dbe3c 1 parent 392a206 commit a2dbe3c Copy full SHA for a2dbe3c
File tree 2 files changed +2
-8
lines changed
content/ja/docs/concepts/instrumentation
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ IgnoreDirs:
10
10
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
11
11
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
12
12
- ^(../)?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/
15
13
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
16
14
- ^zh/docs/concepts/signals/baggage/
17
15
- ^zh/docs/zero-code/php/
Original file line number Diff line number Diff line change 2
2
title : ライブラリ
3
3
description : ライブラリにネイティブ計装を追加する方法を紹介します。
4
4
weight : 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
10
6
---
11
7
12
8
OpenTelemetryは、多くのライブラリに[ 計装ライブラリ] [ instrumentation libraries ] を提供していて、これは通常、ライブラリフックやモンキーパッチライブラリコードを通して行われます。
@@ -235,7 +231,7 @@ try (Scope unused = span.makeCurrent()) {
235
231
ここに[ Java でのコンテキスト抽出の例] ( /docs/languages/java/instrumentation/#context-propagation ) の完全なものがあります。
236
232
237
233
メッセージングシステムの場合、一度に複数のメッセージを受け取ることがあります。
238
- 受信したメッセージは、作成したスパンの[ _ リンク_ ] ( /docs/languages/java/instrumentation/#create-spans-with-links ) になります。
234
+ 受信したメッセージは、作成したスパンの _ リンク_ になります。
239
235
詳しくは[ メッセージング規約] ( /docs/specs/semconv/messaging/messaging-spans/ ) を参照してください(警告:メッセージング規約は[ 策定中] ( https://github.com/open-telemetry/oteps/pull/173 ) 🚧 です)。
240
236
241
237
### コンテキストを注入する {#injecting-context}
You can’t perform that action at this time.
0 commit comments