Skip to content

Commit a2dbe3c

Browse files
[ja] Temporarily patch page to avoid link-check failure (#5609)
Co-authored-by: opentelemetrybot <[email protected]>
1 parent 392a206 commit a2dbe3c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.htmltest.yml

-2
Original file line numberDiff line numberDiff 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/

content/ja/docs/concepts/instrumentation/libraries.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
title: ライブラリ
33
description: ライブラリにネイティブ計装を追加する方法を紹介します。
44
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
106
---
117

128
OpenTelemetryは、多くのライブラリに[計装ライブラリ][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}

0 commit comments

Comments
 (0)